[java-plugin-shibd-saml] branch main updated: Add SAML-specific parent bean for map resolver.

Codeberg noreply at shibboleth.net
Tue Aug 18 19:23:45 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/06c4eada3e48af56966f6e3545a4ecd539a1f50e

The following commit(s) were added to refs/heads/main by this push:
     new 06c4ead  Add SAML-specific parent bean for map resolver.
06c4ead is described below

commit 06c4eada3e48af56966f6e3545a4ecd539a1f50e
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Aug 18 15:23:36 2026 -0400

    Add SAML-specific parent bean for map resolver.
---
 .../META-INF/net/shibboleth/sp/service/credentials/postconfig.xml | 8 ++++++++
 1 file changed, 8 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 5b8c229..e4c866c 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
@@ -40,4 +40,12 @@
         </property>
     </bean>
 
+    <!-- Additional resolver parent beans. -->
+
+    <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>
+
 </beans>

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


More information about the commits mailing list