File tree Expand file tree Collapse file tree
environments/template/group_vars Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
164170default_affiliate_email_domain: eduid.nl
165171
You can’t perform that action at this time.
0 commit comments