diff options
| author | Thomas <> | 2021-11-16 11:41:39 +0100 | 
|---|---|---|
| committer | Thomas <> | 2021-11-16 11:41:39 +0100 | 
| commit | d152f2893495c29b46c9054b1086538ef39a9ebf (patch) | |
| tree | 4ecc0e2653977b29ebb5ee5005284517d757202e /eidas_modules/authmodule-eIDAS-v2/src | |
| parent | e385456f79574dac9702b01a6722de444359fff1 (diff) | |
| download | National_eIDAS_Gateway-d152f2893495c29b46c9054b1086538ef39a9ebf.tar.gz National_eIDAS_Gateway-d152f2893495c29b46c9054b1086538ef39a9ebf.tar.bz2 National_eIDAS_Gateway-d152f2893495c29b46c9054b1086538ef39a9ebf.zip | |
forward to AddressSearchTask if alternative eIDAS authentication failed
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src')
| -rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml index 2a8a0141..59aef423 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml +++ b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml @@ -44,7 +44,7 @@    <pd:Transition  from="generateAlternativeEidasAuthnRequest"       to="receiveAlternativeEidasAuthnRequest" />    <pd:Transition  from="receiveAlternativeEidasAuthnRequest"        to="alternativeRegisterSearch" />    <pd:Transition  conditionExpression="ctx['TASK_GenerateOtherLoginMethodGuiTask']" -                  from="alternativeRegisterSearch"                  to="generateIdentityLink" /> +                  from="alternativeRegisterSearch"                  to="generateAustrianResidenceGuiTask" />    <pd:Transition  from="alternativeRegisterSearch"                  to="generateIdentityLink" />    <pd:Transition  from="generateMobilePhoneSignatureRequestTask"    to="receiveMobilePhoneSignatureResponseTask" /> | 
