Skip to content

Commit

Permalink
LOYALIST-49 map first and last name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Oct 10, 2024
1 parent a04a6fb commit ed1137c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module:
redis: 0
responsive_image: 0
samlauth: 0
samlauth_user_fields: 0
scheduler: 0
search_api: 0
search_api_attachments: 0
Expand Down
11 changes: 11 additions & 0 deletions configuration/samlauth_user_fields.mappings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
field_mappings:
-
attribute_name: givenName
field_name: field_first_name
link_user_order: null
-
attribute_name: sn
field_name: field_last_name
link_user_order: null
link_first_user: null
ignore_blocked: null

0 comments on commit ed1137c

Please sign in to comment.