[java-idp-oidc] 38/44: JOIDC-5 Allow elements and attributes from other namespaces.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Oct 22 13:08:50 UTC 2020


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=686da62d900780a0e9d4b104248ccff52d15b324

commit 686da62d900780a0e9d4b104248ccff52d15b324
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