xml - Couldn't validate XSD SAML metadata file -
In SAML 2.0, I took the Metadata XSD file
and I tried to validate the XML Using the online tool I am performing an error on this XSD file against its XSD from the above location. What's the problem with XSD file? How do I verify my own SAML metadata XML against XSD for verification?
Here I am getting the image of the error.
< Div class = "post-text" itemprop = "text">
have you pasted your XML on the left and right?
The problem with this case is that this verifier can not resolve relative import:
& lt; Import Namespace = "Kalash: Oasis: Name: TC: SAML: 2.0: Rendering" Schema Location = "All-Schema-Claims -2.0.xsd" / & gt;
That makes sense. Online verification tools may be suitable for "quick and dirty" verification, but are generally not suitable for more complex cases.
Take a look, you can find some useful.
The valid SAML is a part of the SAML intended verification against XSD only (if you ask me completely optional part). The mandatory part is to validate the signature, which has nothing to do with XSD.
Comments
Post a Comment