new configuration version

This commit is contained in:
haburger 2025-01-10 09:55:58 +00:00
parent 821c7e5dff
commit d17d6873ba
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget: podDisruptionBudget:
maxUnavailable: "50%" maxUnavailable: "50%"
git: git:
tag: "r-1f1b04a0a7e3942c8adf5254fe2d830fa190abd0" tag: "r-5fa3629fafa6609b3d40f948feeec493651fe174"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth" dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials" credentials: "git-credentials"
keystores: keystores:

View File

@ -44,7 +44,7 @@ LOG.info('Result fido2: ' + json)
jsonFidoUAF['items'].each { jsonFidoUAF['items'].each {
if ("active".equals(it.stateName)) { if ("active".equals(it.stateName)) {
response.setSessionAttribute('agov.recovery.accessapp', it.properties.fidouaf_name) 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') response.setResult('loginWithFidoUAF')
login=true login=true
return return