Skip to content

Commit

Permalink
Updated user mail attribute value for samlauth
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 29, 2023
1 parent 09485e9 commit 9325c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/sync/samlauth.authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ map_users_roles:
layout_builder_user: layout_builder_user
decoupled_site_users: decoupled_site_users
create_users: true
sync_name: false
sync_mail: false
sync_name: true
sync_mail: true
user_name_attribute: ''
user_mail_attribute: mail
user_mail_attribute: eduPersonPrincipalName
request_set_name_id_policy: true
strict: true
security_metadata_sign: false
Expand Down

0 comments on commit 9325c42

Please sign in to comment.