Skip to content

Commit fb95dfe

Browse files
#648 Adds variables for scoped identifier in eppn feature
1 parent 26ca249 commit fb95dfe

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

environments/template/group_vars/template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ myconext:
260260
feature_dry_run_email_cron: true
261261
feature_enable_account_linking: true
262262
feature_use_app: true
263+
feature_use_global_uid: true
264+
feature_force_global_uid_entities: "dummy_non_existing_entity,playground_client"
263265
sms_api_url: "https://rest.spryngsms.com/v1/messages"
264266
sms_api_route: "default"
265267
sp_entity_id: https://engine.{{ base_domain }}/authentication/sp/metadata

roles/myconext/templates/application.yml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ feature:
160160
enable_account_linking: {{ myconext.feature_enable_account_linking }}
161161
# Set to true to show the app login option
162162
use_app: {{ myconext.feature_use_app }}
163+
# When true (default) release the global uid in the uid and eduPersonPrincipalName SAML attributes.
164+
# When false, release the per-SP targeted eduID instead.
165+
use_global_uid: {{ myconext.feature_use_global_uid }}
166+
# SP entityIds that always receive the global uid in the uid and eduPersonPrincipalName SAML attributes,
167+
# even when use_global_uid is false.
168+
force_global_uid_entities: "{{ myconext.feature_force_global_uid_entities }}"
163169

164170
default_affiliate_email_domain: eduid.nl
165171

0 commit comments

Comments
 (0)