[java-identity-provider] branch main updated: Add Shib metadata extension schema to boilerplate.
Codeberg
noreply at shibboleth.net
Wed Jan 21 14:43:35 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/040ecceeaadb0850aff3a968e95d3d0200bd07d5
The following commit(s) were added to refs/heads/main by this push:
new 040ecceea Add Shib metadata extension schema to boilerplate.
040ecceea is described below
commit 040ecceeaadb0850aff3a968e95d3d0200bd07d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 21 09:43:24 2026 -0500
Add Shib metadata extension schema to boilerplate.
---
.../resources/net/shibboleth/idp/module/conf/metadata-providers.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/metadata-providers.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/metadata-providers.xml
index d5cb34b1a..95b0492da 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/metadata-providers.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/metadata-providers.xml
@@ -5,6 +5,7 @@
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"
+ xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:ds11="http://www.w3.org/2009/xmldsig11#"
xmlns:enc="http://www.w3.org/2001/04/xmlenc#"
@@ -15,6 +16,7 @@
urn:oasis:names:tc:SAML:2.0:assertion http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd
urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd
urn:oasis:names:tc:SAML:metadata:algsupport http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-metadata-algsupport-v1.0.xsd
+ urn:mace:shibboleth:metadata:1.0 http://shibboleth.net/schema/idp/shibboleth-metadata-1.0.xsd
http://www.w3.org/2000/09/xmldsig# http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd
http://www.w3.org/2009/xmldsig11# http://www.w3.org/TR/2013/REC-xmldsig-core1-20130411/xmldsig11-schema.xsd
http://www.w3.org/2001/04/xmlenc# http://www.w3.org/TR/xmlenc-core/xenc-schema.xsd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list