Skip to content

Commit

Permalink
LOYALIST-49 adjust samlauth config
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Oct 10, 2024
1 parent d084615 commit 7b3c20a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configuration/samlauth.authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp_new_certificate: ''
sp_private_key: ''
metadata_valid_secs: null
metadata_cache_http: false
idp_entity_id: 'https://login.lib.unb.ca/'
idp_entity_id: 'https://login.lib.unb.ca'
idp_single_sign_on_service: 'https://login.lib.unb.ca/saml2/idp/SSOService.php'
idp_single_log_out_service: 'https://login.lib.unb.ca/saml2/idp/SingleLogoutService.php'
idp_change_password_service: ''
Expand All @@ -29,8 +29,9 @@ idp_cert_encryption: ''
unique_id_attribute: eduPersonPrincipalName
map_users: false
map_users_name: false
map_users_mail: false
map_users_roles: { }
map_users_mail: true
map_users_roles:
- anonymous
create_users: false
sync_name: false
sync_mail: true
Expand Down

0 comments on commit 7b3c20a

Please sign in to comment.