[java-plugin-shibd] branch main updated: Fix subflow run by token consumer flow.

Scott Cantor cantor.2 at osu.edu
Tue Aug 27 16:52:37 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=28d556f13863f16b6a3c5f2b98d078cf06cb2413

The following commit(s) were added to refs/heads/main by this push:
     new 28d556f  Fix subflow run by token consumer flow.
28d556f is described below

commit 28d556f13863f16b6a3c5f2b98d078cf06cb2413
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 27 12:52:35 2024 -0400

    Fix subflow run by token consumer flow.
---
 .../net/shibboleth/idp/flows/sp/token-consumer/token-consumer-flow.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/token-consumer/token-consumer-flow.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/token-consumer/token-consumer-flow.xml
index ca582de..8bff417 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/token-consumer/token-consumer-flow.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/token-consumer/token-consumer-flow.xml
@@ -19,7 +19,7 @@
         <transition on="#{currentEvent.id.startsWith('sp/consumer/')}" to="CallConsumerFlow" />
     </action-state>
 
-    <subflow-state id="CallConsumerFlow" subflow="sp/consumer/#{TokenConsumerFlowID}">
+    <subflow-state id="CallConsumerFlow" subflow="#{currentEvent.id}">
         <input name="calledAsSubflow" value="true" />
         <transition on="proceed" to="EncodeAgentResponse" />
     </subflow-state>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list