diff options
author | Thomas <> | 2022-03-10 10:24:16 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-10 10:24:16 +0100 |
commit | 985c0c96fcf7b03979f1ef46698929a38ee58945 (patch) | |
tree | 9650ded7a2d8daebdab714bdafca34660f5f4d08 /modules/authmodule-eIDAS-v2/src/main/resources | |
parent | 0735a9bb3c338ff80d12156f0904a0714bdf16c3 (diff) | |
download | National_eIDAS_Gateway-985c0c96fcf7b03979f1ef46698929a38ee58945.tar.gz National_eIDAS_Gateway-985c0c96fcf7b03979f1ef46698929a38ee58945.tar.bz2 National_eIDAS_Gateway-985c0c96fcf7b03979f1ef46698929a38ee58945.zip |
fix(core): update process definition for ms-connector staging
Diffstat (limited to 'modules/authmodule-eIDAS-v2/src/main/resources')
-rw-r--r-- | modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml | 2 |
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" /> |