new configuration version

This commit is contained in:
haburger 2025-02-07 08:49:20 +00:00
parent 2516fd0bcb
commit 38032c8f85
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -2233,7 +2233,7 @@
</AuthState>
<AuthState name="Auth_Realm_Recovery_Recovery_Auth_prepareRedirect" class="ch.nevis.esauth.auth.states.scripting.ScriptState" final="false" resumeState="true">
<!-- source: pattern://584964c837512845d7940809 -->
<ResultCond name="back" next="Auth_Realm_Recovery_Recovery_Auth_verifyUser"/>
<ResultCond name="back" next="Auth_Realm_Recovery_Recovery_Auth_IdmGetPropertiesStateTicket"/>
<!-- source: pattern://584964c837512845d7940809 -->
<ResultCond name="redirect" next="Auth_Realm_Recovery_Recovery_authWithNewCredentials"/>
<!-- source: pattern://584964c837512845d7940809 -->

View File

@ -82,8 +82,9 @@ if (inargs['fidoUafDone'] == 'true' ||
if (inargs['fallback'] == 'fallback') {
response.setResult('fido2')
}
// dispatch to recovery
if (inargs['fallback'] == 'recovery') {
// dispatch to recovery
if (inargs['fallback'] == 'recovery') {
response.addOutArg('nevis.transfer.destination', parameters.get('recoveryurl'))
response.setStatus(ch.nevis.esauth.auth.engine.AuthResponse.AUTH_CONTINUE)
response.setIsRedirectTransfer(true)