[java-oidc-common] branch main updated: Rename schema and add alternate location.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 16 22:23:25 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=fc6ada6d48258c21f2647396f8d40a6d592c1ad6
The following commit(s) were added to refs/heads/main by this push:
new fc6ada6 Rename schema and add alternate location.
fc6ada6 is described below
commit fc6ada6d48258c21f2647396f8d40a6d592c1ad6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 17:23:22 2021 -0500
Rename schema and add alternate location.
---
oidc-common-metadata-impl/src/main/resources/META-INF/spring.schemas | 3 ++-
...dp-oidc-extension-metadata-ext.xsd => shibboleth-metadata-oidc.xsd} | 0
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/oidc-common-metadata-impl/src/main/resources/META-INF/spring.schemas b/oidc-common-metadata-impl/src/main/resources/META-INF/spring.schemas
index ed5778a..86126f0 100644
--- a/oidc-common-metadata-impl/src/main/resources/META-INF/spring.schemas
+++ b/oidc-common-metadata-impl/src/main/resources/META-INF/spring.schemas
@@ -1 +1,2 @@
-classpath\:/schema/idp-oidc-extension-metadata-ext.xsd = schema/idp-oidc-extension-metadata-ext.xsd
\ No newline at end of file
+classpath\:/schema/shibboleth-metadata-oidc.xsd = schema/shibboleth-metadata-oidc.xsd
+http\://shibboleth.net/schema/oidc/shibboleth-metadata-oidc.xsd = schema/shibboleth-metadata-oidc.xsd
diff --git a/oidc-common-metadata-impl/src/main/resources/schema/idp-oidc-extension-metadata-ext.xsd b/oidc-common-metadata-impl/src/main/resources/schema/shibboleth-metadata-oidc.xsd
similarity index 100%
rename from oidc-common-metadata-impl/src/main/resources/schema/idp-oidc-extension-metadata-ext.xsd
rename to oidc-common-metadata-impl/src/main/resources/schema/shibboleth-metadata-oidc.xsd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list