[java-plugin-shibd-saml] branch main updated: JSHIBD-18 - Automate population of initiator and token consumer flows
Codeberg
noreply at shibboleth.net
Wed Jan 14 18:10:21 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/5cd605d2965eb9e25467fde2a0400284cc283f40
The following commit(s) were added to refs/heads/main by this push:
new 5cd605d JSHIBD-18 - Automate population of initiator and token consumer flows
5cd605d is described below
commit 5cd605d2965eb9e25467fde2a0400284cc283f40
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 14 13:10:10 2026 -0500
JSHIBD-18 - Automate population of initiator and token consumer flows
https://shibboleth.atlassian.net/browse/JSHIBD-18
Add property to populate order setting on protocol support bean.
---
.../META-INF/net/shibboleth/sp/service/agent/postconfig.xml | 1 +
.../resources/net/shibboleth/idp/module/conf/sp/saml.properties | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
index 0c00be8..85fe66a 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
@@ -20,6 +20,7 @@
<!-- Auto-wired protocol service support bean for use by parent plugin. -->
<bean class="net.shibboleth.sp.BasicProtocolSupportService"
p:id="SAML2"
+ p:order="%{sp.saml.relativeOrder:1}"
p:sessionInitiators="saml2"
p:tokenConsumers="#{{ 'saml2/post', 'saml2/post-simplesign', 'saml2/artifact' }}" />
diff --git a/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties b/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
index 27755e0..95f5343 100644
--- a/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
+++ b/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
@@ -22,7 +22,6 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/sp-encryption.crt
# Turn off to disable message correlation checking
#sp.saml.checkInResponseTo = true
-
# Default security configuration for SAML
#sp.saml.security.config = shibboleth.DefaultXMLSecurityConfiguration
@@ -45,3 +44,8 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/sp-encryption.crt
#sp.saml.sessionNotOnOrAfterAttributeId =
#sp.saml.addressAttributeId =
#sp.saml.dnsNameAttributeId =
+
+
+# Each protocol plugin will contain an order priority controlling
+# relative order of use when handling requests, lower is "earlier".
+#sp.saml.relativeOrder = 1
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list