diff options
author | Thomas <> | 2022-05-02 17:16:15 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-02 17:16:15 +0200 |
commit | 69aa81016fe20e901a3be02bb6772c9185c0b9ef (patch) | |
tree | 94e86b91ed349c08524de0bb8669beffcf66eddb /modules/authmodule-eIDAS-v2/src/main/resources | |
parent | d9a402c18755d47ad17283c5c52fc2311df56e85 (diff) | |
download | National_eIDAS_Gateway-69aa81016fe20e901a3be02bb6772c9185c0b9ef.tar.gz National_eIDAS_Gateway-69aa81016fe20e901a3be02bb6772c9185c0b9ef.tar.bz2 National_eIDAS_Gateway-69aa81016fe20e901a3be02bb6772c9185c0b9ef.zip |
chore(matching): re-oreder process steps in GUI releated matching
Diffstat (limited to 'modules/authmodule-eIDAS-v2/src/main/resources')
-rw-r--r-- | modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml | 6 | ||||
-rw-r--r-- | modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml b/modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml index d72d6ac7..dfa8622c 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml +++ b/modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml @@ -67,9 +67,9 @@ <!-- address searching --> <pd:Transition from="generateAustrianResidenceGuiTask" to="receiveAustrianResidenceGuiResponseTask" /> - <pd:Transition conditionExpression="ctx['changeLanguage']" - from="receiveAustrianResidenceGuiResponseTask" to="generateAustrianResidenceGuiTask" /> - <pd:Transition conditionExpression="ctx['TASK_GenerateOtherLoginMethodGuiTask']" + <pd:Transition conditionExpression="ctx['changeLanguage'] or ctx['TASK_GenerateAustrianResidenceGuiTask']" + from="receiveAustrianResidenceGuiResponseTask" to="generateAustrianResidenceGuiTask" /> + <pd:Transition conditionExpression="ctx['TASK_RequestingNewErnpEntryTask']" from="receiveAustrianResidenceGuiResponseTask" to="generateOtherLoginMethodGuiTask" /> <pd:Transition from="receiveAustrianResidenceGuiResponseTask" to="generateIdentityLink" /> diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties b/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties index 3942f30a..bd05fef2 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties +++ b/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties @@ -22,8 +22,7 @@ module.eidasauth.matching.04=An error occurred while loading your data from offi module.eidasauth.matching.11=Matching failed, because of an ERnP communication error. Reason: {0} module.eidasauth.matching.12=Matching failed, because ERnP response contains historic information which is not supported. - -module.eidasauth.matching.20=Matching be using residence information was canceled. Use another method for matching or create a new Austrian identity. + module.eidasauth.matching.21=Matching be using residence information failed by missing input information. Use another method for matching or create a new Austrian identity. module.eidasauth.matching.22=Can not find an unique match by using residence information. Provide more or other data, use another method for matching, or create a new Austrian identity. module.eidasauth.matching.23=Matching be using Austrian Identity was canceled. Use another method for matching or create a new Austrian identity. |