diff options
| -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" /> | 
