aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/main/resources
diff options
context:
space:
mode:
authorThomas <>2022-03-09 13:13:35 +0100
committerThomas <>2022-03-09 13:13:35 +0100
commit1ad67c91820de1c7f2b2541f8e39752baac197d2 (patch)
treeefec25c4326cd9b778567dca1185f3f7eae6ed47 /eidas_modules/authmodule-eIDAS-v2/src/main/resources
parentd8247d4de494c176f78658fa2c0a38ac9ceab0aa (diff)
downloadNational_eIDAS_Gateway-1ad67c91820de1c7f2b2541f8e39752baac197d2.tar.gz
National_eIDAS_Gateway-1ad67c91820de1c7f2b2541f8e39752baac197d2.tar.bz2
National_eIDAS_Gateway-1ad67c91820de1c7f2b2541f8e39752baac197d2.zip
chore(core): add support for multiple ms-connector stages into matching by alternative eIDAS auth.
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/main/resources')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml4
1 files changed, 3 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 6ca21550..52a056f0 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
@@ -47,7 +47,9 @@
from="receiveOtherLoginMethodGuiResponseTask" to="createNewErnpEntryTask" />
<!-- alternative eIDAS authentication -->
- <pd:Transition from="generateAlternativeEidasAuthnRequest" to="receiveAlternativeEidasAuthnRequest" />
+ <pd:Transition from="generateAlternativeEidasAuthnRequest" to="receiveAlternativeEidasAuthnRequest" />
+ <pd:Transition conditionExpression="ctx['msConnectorStaging']"
+ from="receiveAlternativeEidasAuthnRequest" to="end" />
<pd:Transition from="receiveAlternativeEidasAuthnRequest" to="alternativeRegisterSearch" />
<pd:Transition conditionExpression="ctx['TASK_GenerateOtherLoginMethodGuiTask']"
from="alternativeRegisterSearch" to="generateOtherLoginMethodGuiTask" />