[java-plugin-shibd-saml] branch main updated: SAML-specific X.509 resolver parent bean.
Codeberg
noreply at shibboleth.net
Mon Aug 31 19:12:08 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/8ce9151604556e9202b6c8a604cc16b97c84eb16
The following commit(s) were added to refs/heads/main by this push:
new 8ce9151 SAML-specific X.509 resolver parent bean.
8ce9151 is described below
commit 8ce9151604556e9202b6c8a604cc16b97c84eb16
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 31 15:11:58 2026 -0400
SAML-specific X.509 resolver parent bean.
---
.../net/shibboleth/sp/service/credentials/postconfig.xml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
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 e4c866c..9cae912 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
@@ -42,7 +42,15 @@
<!-- Additional resolver parent beans. -->
- <bean id="shibboleth.sp.saml.CredentialResolver.MapBased" parent="shibboleth.sp.CredentialResolver.MapBased" abstract="true">
+ <bean id="shibboleth.sp.saml.CredentialResolver.MapBased"
+ parent="shibboleth.sp.CredentialResolver.MapBased" abstract="true">
+ <property name="protocols">
+ <util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
+ </property>
+ </bean>
+
+ <bean id="shibboleth.sp.saml.CredentialResolver.StorageBased.X509"
+ parent="shibboleth.sp.CredentialResolver.StorageBased.X509" abstract="true">
<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