aboutsummaryrefslogtreecommitdiff
path: root/modules/authmodule-eIDAS-v2
diff options
context:
space:
mode:
authorThomas <>2022-03-10 10:24:40 +0100
committerThomas <>2022-03-10 10:24:40 +0100
commit5f45cb32c5f5a56b0a087eb9d5e1a09caf8c771f (patch)
tree95fb173379b4f5da50f1c2c2aa9e7239b6acb3ac /modules/authmodule-eIDAS-v2
parenteaea7a16ecc71cb9610afa0a5e49613e07729bee (diff)
parent985c0c96fcf7b03979f1ef46698929a38ee58945 (diff)
downloadNational_eIDAS_Gateway-5f45cb32c5f5a56b0a087eb9d5e1a09caf8c771f.tar.gz
National_eIDAS_Gateway-5f45cb32c5f5a56b0a087eb9d5e1a09caf8c771f.tar.bz2
National_eIDAS_Gateway-5f45cb32c5f5a56b0a087eb9d5e1a09caf8c771f.zip
Merge branch 'nightlybuild' into feature/ms_proxy_service
Diffstat (limited to 'modules/authmodule-eIDAS-v2')
-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 e645c50e..5b81c6b1 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
@@ -16,7 +16,7 @@
<pd:Transition from="start" to="createAuthnRequest" />
<pd:Transition from="createAuthnRequest" to="receiveAuthnResponse" />
<pd:Transition conditionExpression="ctx['msConnectorStaging']"
- from="receiveAuthnResponse" to="end" />
+ from="receiveAuthnResponse" to="receiveAuthnResponse" />
<pd:Transition from="receiveAuthnResponse" to="generateIdentityLink" />
<pd:Transition from="generateIdentityLink" to="finalizeAuthentication" />
<pd:Transition from="finalizeAuthentication" to="end" />