[java-oidc-common] branch main updated: Missed a schema cardinality change.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 4 20:39:23 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=c7087b5be0608a88803cdeecb1bc272e81225999
The following commit(s) were added to refs/heads/main by this push:
new c7087b5 Missed a schema cardinality change.
c7087b5 is described below
commit c7087b5be0608a88803cdeecb1bc272e81225999
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 4 15:39:20 2021 -0500
Missed a schema cardinality change.
---
.../src/main/resources/schema/saml-metadata-ext-oidcmd.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-saml-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd b/oidc-common-saml-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd
index d60f767..ff61873 100644
--- a/oidc-common-saml-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd
+++ b/oidc-common-saml-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd
@@ -33,7 +33,7 @@
<element ref="oidcmd:default_acr_value" minOccurs="0" maxOccurs="unbounded"/><!-- order matters -->
<element ref="oidcmd:request_uri" minOccurs="0" maxOccurs="unbounded"/>
<element ref="oidcmd:post_logout_redirect_uri" minOccurs="0" maxOccurs="unbounded" />
- <any namespace="##other" processContents="lax" />
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute name="token_endpoint_auth_method" type="oidcmd:string" />
<attribute name="grant_types" type="oidcmd:stringListType" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list