Ex: Re: OIDC InvalidRedirectionURI
Paul B. Henson
henson at cpp.edu
Thu Nov 9 20:37:59 UTC 2023
> From: Cantor, Scott
>
> i.e. what I said, I don't believe it's adding the schema to the validator.
My assumption was that "don't know how to validate this" would turn into "failed to validate this", so when I was able to successfully load the metadata with the validator filter enabled I assumed it was validating it 8-/. But I guess the validator fails open and just ignores anything it doesn't know about.
I tried to explicitly add the oidc schema in global.xml:
<bean id="shibboleth.ExtensionSchemas" parent="shibboleth.DefaultExtensionSchemas">
<property name="sourceList">
<list merge="true">
<value>classpath:/schema/saml-metadata-ext-oidcmd.xsd</value>
</list>
</property>
</bean>
But it still ignored invalid syntax? Am I doing this wrong, or is there just no way to get it to validate the additional schema syntax?
Thanks...
More information about the users
mailing list