From 94c69480859ae91a4bdeb8addd6e927f16abe2c6 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 31 Oct 2023 11:21:31 +0100 Subject: [PATCH] Option to select AuthnContextClassRef in SAML response from Mujina --- roles/mujina-idp/templates/application.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/mujina-idp/templates/application.yml.j2 b/roles/mujina-idp/templates/application.yml.j2 index 35a07eb5f..77289f399 100644 --- a/roles/mujina-idp/templates/application.yml.j2 +++ b/roles/mujina-idp/templates/application.yml.j2 @@ -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: