From d17d6873ba4687c5b4b68f04267629ca828e2c96 Mon Sep 17 00:00:00 2001 From: haburger Date: Fri, 10 Jan 2025 09:55:58 +0000 Subject: [PATCH] new configuration version --- .../auth/etc/nevis/k8s-nevisauth-7022472ae407577ae604bbb8.yaml | 2 +- .../opt/nevisauth/default/conf/Recovery_getCredentials.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/etc/nevis/k8s-nevisauth-7022472ae407577ae604bbb8.yaml b/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/etc/nevis/k8s-nevisauth-7022472ae407577ae604bbb8.yaml index 2777c46..ba491a8 100644 --- a/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/etc/nevis/k8s-nevisauth-7022472ae407577ae604bbb8.yaml +++ b/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/etc/nevis/k8s-nevisauth-7022472ae407577ae604bbb8.yaml @@ -45,7 +45,7 @@ spec: podDisruptionBudget: maxUnavailable: "50%" git: - tag: "r-1f1b04a0a7e3942c8adf5254fe2d830fa190abd0" + tag: "r-5fa3629fafa6609b3d40f948feeec493651fe174" dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth" credentials: "git-credentials" keystores: diff --git a/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/var/opt/nevisauth/default/conf/Recovery_getCredentials.groovy b/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/var/opt/nevisauth/default/conf/Recovery_getCredentials.groovy index 94e85a3..1e916ec 100644 --- a/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/var/opt/nevisauth/default/conf/Recovery_getCredentials.groovy +++ b/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth/var/opt/nevisauth/default/conf/Recovery_getCredentials.groovy @@ -44,7 +44,7 @@ LOG.info('Result fido2: ' + json) jsonFidoUAF['items'].each { if ("active".equals(it.stateName)) { response.setSessionAttribute('agov.recovery.accessapp', it.properties.fidouaf_name) - response.setSessionAttribute('agov.recovery.accessapp.dispatchTargetId', it.properties.identification.replaceAll('dispatch_target_', '')) + response.setSessionAttribute('agov.recovery.accessapp.dispatchTargetId', it.identification.replaceAll('dispatch_target_', '')) response.setResult('loginWithFidoUAF') login=true return