[java-plugin-shibd-saml] branch main updated: JSHIBD-25 - Develop necessary CredentialResolvers for SP service
Codeberg
noreply at shibboleth.net
Tue Sep 8 22:33:40 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/f0d217c73fdc3c261e3599c201b0c0bf15e76855
The following commit(s) were added to refs/heads/main by this push:
new f0d217c JSHIBD-25 - Develop necessary CredentialResolvers for SP service
f0d217c is described below
commit f0d217c73fdc3c261e3599c201b0c0bf15e76855
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Sep 8 18:33:30 2026 -0400
JSHIBD-25 - Develop necessary CredentialResolvers for SP service
https://shibboleth.atlassian.net/browse/JSHIBD-25
Parent beans for SAML resolvers.
---
.../sp/service/credentials/postconfig.xml | 27 ++++++++++++++++++++++
1 file changed, 27 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 9cae912..4ca46aa 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
@@ -54,6 +54,33 @@
<property name="protocols">
<util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
</property>
+ <property name="protocolMap">
+ <map>
+ <entry>
+ <key>
+ <util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
+ </key>
+ <value>saml</value>
+ </entry>
+ </map>
+ </property>
+ </bean>
+
+ <bean id="shibboleth.sp.saml.CredentialResolver.StorageBased.X509KeyStore"
+ parent="shibboleth.sp.CredentialResolver.StorageBased.X509KeyStore" abstract="true">
+ <property name="protocols">
+ <util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
+ </property>
+ <property name="protocolMap">
+ <map>
+ <entry>
+ <key>
+ <util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
+ </key>
+ <value>saml</value>
+ </entry>
+ </map>
+ </property>
</bean>
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list