Skip to content

Commit

Permalink
Option to select AuthnContextClassRef in SAML response from Mujina
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 31, 2023
1 parent 6ef3830 commit 94c6948
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/mujina-idp/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ idp:
# Authentication method ALL for every username / password combination and USER for the configured users
auth_method: ALL

acr:
values:
{% for loa in [stepup_intrinsic_loa] + stepup_loa_values_supported + oidcng.acr_values_supported %}
- "{{ loa }}"
{% endfor %}

spring:
mvc:
favicon:
Expand Down

0 comments on commit 94c6948

Please sign in to comment.