Looking for SAML 1.1 Metadata XML schema file
Tom Scavo
trscavo at gmail.com
Fri May 20 12:15:07 EDT 2016
On Fri, May 20, 2016 at 11:39 AM, <shibboleth655 at lewenberg.com> wrote:
>
> ... we sometimes get SP metadata using the name space
> urn:oasis:names:tc:SAML:1.1:metadata. For example, the metadata file would
> start with this:
>
> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:1.1:metadata" ... >
That's wrong. In all cases, it should be:
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" ... >
> I cannot find an .xsd file for the urn:oasis:names:tc:SAML:1.1:metadata
> namespace.
I don't think there is such a schema.
Tom
More information about the users
mailing list