By: Gregory Faruch user 07 May 2020 at 3:48 p.m. CDT

2 Responses
Gregory Faruch gravatar
## Expected Must validate the TR ## Actual Failed to validate the TR ## TR conf - Entity Type : Single SP - Metadata location : URI - Relay Party : Default SAML 2 SSO Profile Configuration ## Log ``` oxtrust | org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. ``` ## Notes The log says `oxtrust` cannot read the schema http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd And yes this url gives a 404 error. Help would be greatly appreciate on how to fix this issue.

By Aliaksandr Samuseu staff 07 May 2020 at 5:46 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Gregory. This is a known issue. Luckily, it doesn't actually prevent your SAML TR from working, so you can ignore it. The only solution would be to upgrade to 3.1.8 or latest 4.x package, if possible.

By Gregory Faruch user 11 May 2020 at 8:51 a.m. CDT

Gregory Faruch gravatar
Hi Aliaksandr, thanks a lot for your quick answer. I'll just ignore this error as you advised me.