We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff9b86 commit 056e401Copy full SHA for 056e401
1 file changed
roles/myconext/templates/application.yml.j2
@@ -91,6 +91,11 @@ mobile_app_redirect: eduid:///client/mobile
91
# For this RP we nudge the user to use the magic link
92
mobile_app_rp_entity_id: {{ myconext.mobile_app_rp_entity_id }}
93
94
+# The host headers to identify the service the user is logged in
95
+host_headers:
96
+ service_desk: servicedesk.{{ myconext_base_domain }}
97
+ mijn_ediuid: mijn.{{ myconext_base_domain }}
98
+
99
feature:
100
webauthn: {{ myconext.feature_webauthn }}
101
warning_educational_email_domain: {{ myconext.feature_warning_educational_email_domain }}
0 commit comments