[java-idp-oidc] branch dev/JOIDC-5 updated: JOIDC-5 Allow elements and attributes from other namespaces.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Sep 18 13:03:20 UTC 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch dev/JOIDC-5
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=d4385e997bc94606b16d7a30ffbab15bd1af9bf5
The following commit(s) were added to refs/heads/dev/JOIDC-5 by this push:
new d4385e99 JOIDC-5 Allow elements and attributes from other namespaces.
d4385e99 is described below
commit d4385e997bc94606b16d7a30ffbab15bd1af9bf5
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Sep 18 16:02:52 2020 +0300
JOIDC-5 Allow elements and attributes from other namespaces.
https://issues.shibboleth.net/jira/browse/JOIDC-5
---
.../src/main/resources/schema/saml-metadata-ext-oidcmd.xsd | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-oidc-extension-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd b/idp-oidc-extension-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd
index 38ae1df0..8302a99f 100644
--- a/idp-oidc-extension-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd
+++ b/idp-oidc-extension-api/src/main/resources/schema/saml-metadata-ext-oidcmd.xsd
@@ -33,9 +33,11 @@
<element ref="oidcmd:InitiateLoginUri" />
<element ref="oidcmd:RequestUri" />
<element ref="oidcmd:PostLogoutRedirectUri" />
+ <any namespace="##other" processContents="lax" />
</choice>
<attribute name="defaultMaxAge" type="int" use="optional" />
<attribute name="requireAuthTime" type="string" use="optional" />
+ <anyAttribute namespace="##other" processContents="lax" />
</complexType>
</element>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list