metadata SchemaValidationFilter for OIDC metadata
Cantor, Scott
cantor.2 at osu.edu
Wed Nov 8 04:29:02 UTC 2023
> I'm testing out OIDC client configuration in metadata, but the schema
> validation filter is barfing on it:
Well...
>- Incoming metadata was not schema valid: cvc-complex-type.2.4.a: Invalid > content was found starting with element
> '{"urn:oasis:names:tc:SAML:2.0:metadata":oidcOAuthRPExtensions}'.
That kinda looks like it's missing the namespace prefix, like you jammed it in without the colon? Not sure. It seems to think your extension is in the SAML namespace.
> Does the schema validation filter not support oidc validation? Do I need
> to download the xsd myself from
I don't know. I don't think that's the entirety of the problem, but I don't know if the plugin actually does supply the schema or if it's possible for it to without using the defined mechanism to add extension schemas.
-- Scott
More information about the users
mailing list