Skip to content

Commit 58f5cbb

Browse files
committed
Acccess needs loa configuration
1 parent a34ad7f commit 58f5cbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roles/openaccess/templates/serverapplication.yml.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,13 @@ config:
114114
enabled: true
115115
- name: mfa
116116
enabled: true
117+
acr_values:
118+
{% for loa in [stepup_intrinsic_loa] + stepup_loa_values_supported %}
119+
- "{{ loa }}"
120+
{% endfor %}
121+
minimal_stepup_loa_level: "http://{{ base_domain }}/assurance/loa2"
117122

118123
eduid-idp-entity-id: "https://login.{{ myconext_base_domain }}"
119-
loa-2-level: "http://{{ base_domain }}/assurance/loa2"
120124

121125
super-admin:
122126
users:

0 commit comments

Comments
 (0)