Skip to content

Commit 5bcf892

Browse files
committed
#1042 Add create-from-institution return-url-allowed-domains
1 parent e4efb21 commit 5bcf892

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/myconext/templates/application.yml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ mobile_app_redirect: eduid:///client/mobile
104104
# For this RP we nudge the user to use the magic link
105105
mobile_app_rp_entity_id: {{ myconext.mobile_app_rp_entity_id }}
106106

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+
107113
# The host headers to identify the service the user is logged in
108114
host_headers:
109115
service_desk: servicedesk.{{ myconext_base_domain }}

0 commit comments

Comments
 (0)