From 2fcc3fb24e10b509c727506538c9c6552afe5ff8 Mon Sep 17 00:00:00 2001 From: Ricardo van der Heijden <20791917+ricardovdheijden@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:08:19 +0100 Subject: [PATCH] #https://github.com/OpenConext/OpenConext-myconext/issues/794 Adds MFA variants of ACR values --- oidc-playground-server/src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oidc-playground-server/src/main/resources/application.yml b/oidc-playground-server/src/main/resources/application.yml index cf5a984..f7ca71d 100644 --- a/oidc-playground-server/src/main/resources/application.yml +++ b/oidc-playground-server/src/main/resources/application.yml @@ -63,3 +63,8 @@ acr: - "https://eduid.nl/trust/linked-institution" - "https://eduid.nl/trust/affiliation-student" - "https://refeds.org/profile/mfa" + - "https://eduid.nl/trust/linked-institution/mfa" + - "https://eduid.nl/trust/validate-names/mfa" + - "https://eduid.nl/trust/validate-names-external/mfa" + - "https://eduid.nl/trust/affiliation-student/mfa" +