We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4efb21 commit 5bcf892Copy full SHA for 5bcf892
roles/myconext/templates/application.yml.j2
@@ -104,6 +104,12 @@ mobile_app_redirect: eduid:///client/mobile
104
# For this RP we nudge the user to use the magic link
105
mobile_app_rp_entity_id: {{ myconext.mobile_app_rp_entity_id }}
106
107
+create-from-institution:
108
+ return-url-allowed-domains:
109
+ {% for url in create_from_institution_return_url_allowed_domains %}
110
+ - "{{ url }}"
111
+ {% endfor %}
112
+
113
# The host headers to identify the service the user is logged in
114
host_headers:
115
service_desk: servicedesk.{{ myconext_base_domain }}
0 commit comments