new configuration version

This commit is contained in:
haburger 2025-01-10 09:51:15 +00:00
parent 272924bc46
commit 821c7e5dff
3 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget: podDisruptionBudget:
maxUnavailable: "50%" maxUnavailable: "50%"
git: git:
tag: "r-6671622a8a2248704ea0aadce13b812c82812e68" tag: "r-1f1b04a0a7e3942c8adf5254fe2d830fa190abd0"
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,6 +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.setResult('loginWithFidoUAF') response.setResult('loginWithFidoUAF')
login=true login=true
return return

View File

@ -2431,6 +2431,10 @@
<property name="dispatcher" value="link"/> <property name="dispatcher" value="link"/>
<!-- source: pattern://4bc453bf68139ee87966b0c7 --> <!-- source: pattern://4bc453bf68139ee87966b0c7 -->
<property name="httpclient.tls.trustStoreRef" value="Recovery_mobile_nless_auth"/> <property name="httpclient.tls.trustStoreRef" value="Recovery_mobile_nless_auth"/>
<!-- source: pattern://4bc453bf68139ee87966b0c7 -->
<property name="fidoUafUsername" value="${sess:ch.nevis.idm.User.extId}"/>
<!-- source: pattern://4bc453bf68139ee87966b0c7 -->
<property name="dispatchTargetId" value="${sess:agov.recovery.accessapp.dispatchTargetId}"/>
</AuthState> </AuthState>
<AuthState name="Auth_Realm_Recovery_Prepare_Done" class="ch.nevis.esauth.auth.states.scripting.ScriptState" final="false"> <AuthState name="Auth_Realm_Recovery_Prepare_Done" class="ch.nevis.esauth.auth.states.scripting.ScriptState" final="false">
<!-- source: pattern://6061abea33a234fad73897b7, pattern://204c22beaccdfd22727af378 --> <!-- source: pattern://6061abea33a234fad73897b7, pattern://204c22beaccdfd22727af378 -->