aboutsummaryrefslogtreecommitdiff
path: root/modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml
diff options
context:
space:
mode:
authorThomas <>2022-10-21 11:11:36 +0200
committerThomas <>2022-10-21 11:11:36 +0200
commit55ab5856a90b065b2a645a62112b380f06cf751c (patch)
tree4c0be982a90e655a816464d0b51d272bf94c6bce /modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml
parent8c09e7fbee0f8e1bc5e1c6e89e2aaf6fa4bec7a5 (diff)
downloadNational_eIDAS_Gateway-55ab5856a90b065b2a645a62112b380f06cf751c.tar.gz
National_eIDAS_Gateway-55ab5856a90b065b2a645a62112b380f06cf751c.tar.bz2
National_eIDAS_Gateway-55ab5856a90b065b2a645a62112b380f06cf751c.zip
feat(matching): distiguish between create ERnP entry by automated process or by user decision
Diffstat (limited to 'modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml')
-rw-r--r--modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml2
1 files changed, 1 insertions, 1 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 e57f9ca6..3a37a82b 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
@@ -47,7 +47,7 @@
from="receiveOtherLoginMethodGuiResponseTask" to="generateAustrianResidenceGuiTask" />
<pd:Transition conditionExpression="ctx['TASK_RequestingNewErnpEntryTask']"
from="receiveOtherLoginMethodGuiResponseTask" to="generateOtherLoginMethodGuiTask" />
- <pd:Transition conditionExpression="ctx['TASK_CreateNewErnpEntryTask']"
+ <pd:Transition conditionExpression="ctx['TASK_CreateNewErnpEntryByUserTask']"
from="receiveOtherLoginMethodGuiResponseTask" to="createNewErnpEntryTask" />
<!-- alternative eIDAS authentication -->