new configuration version
This commit is contained in:
parent
2516fd0bcb
commit
38032c8f85
|
@ -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:
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue