[java-plugin-shibd-saml] branch main updated: Explicitly set default resolver to run last.
Codeberg
noreply at shibboleth.net
Tue Aug 18 19:09:28 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/dc100d022702d36542a5593616c278dc93351925
The following commit(s) were added to refs/heads/main by this push:
new dc100d0 Explicitly set default resolver to run last.
dc100d0 is described below
commit dc100d022702d36542a5593616c278dc93351925
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Aug 18 15:09:14 2026 -0400
Explicitly set default resolver to run last.
---
.../META-INF/net/shibboleth/sp/service/credentials/postconfig.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/credentials/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/credentials/postconfig.xml
index fad36e6..5b8c229 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/credentials/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/credentials/postconfig.xml
@@ -16,6 +16,9 @@
<bean id="shibboleth.sp.saml.DefaultCredentialResolver" class="net.shibboleth.sp.credential.impl.StaticCredentialResolver"
c:_0="#{getObject('shibboleth.sp.saml.DefaultCredentials') ?: getObject('DefaultCredentials')}">
+ <property name="order">
+ <util:constant static-field="org.springframework.core.Ordered.LOWEST_PRECEDENCE" />
+ </property>
<property name="protocols">
<util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list