We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e709961 commit f68cf27Copy full SHA for f68cf27
1 file changed
roles/myconext/templates/application.yml.j2
@@ -106,9 +106,11 @@ 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 %}
+{% for url in myconext.create_from_institution_return_url_allowed_domains | default([]) %}
110
- "{{ url }}"
111
- {% endfor %}
+{% else %}
112
+ [] # lege lijst wanneer er geen URLs zijn
113
+{% endfor %}
114
115
# The host headers to identify the service the user is logged in
116
host_headers:
0 commit comments