From 985c0c96fcf7b03979f1ef46698929a38ee58945 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 10 Mar 2022 10:24:16 +0100
Subject: fix(core): update process definition for ms-connector staging

---
 .../src/main/resources/eIDAS.Authentication.process.xml                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules')

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" />
-- 
cgit v1.2.3