Error 404 when saving IdP Entity ID in NetApp
Peter Schober
peter.schober at univie.ac.at
Tue Sep 27 10:51:59 UTC 2022
* Matt Swann <mswann090 at gmail.com> [2022-09-26 18:32]:
> Thank you sir, please see below for the metadata-providers.xml. I removed
> just some information about our .mil domain.
$ xmlwf example.xml
example.xml:104:4: unclosed token
So there, in line 104 a comment is started and never closed.
xmlwf comes with expat, if you find a package of that for your OS.
Or you copy the xml to a system where you can easily install expat,
libxml2, etc. for checking of well-formedness and possibly XSD schema
validation. (I.e., fire up a VM with Debian GNU/Linux or Ubuntu or
whatever and install all the XML checking tools you can find. The fact
you're running an IDP on MS-Windows is no excuse for not having any
useful tools available.)
While you (or your colleagues or precedessors) are certainly not
making your life easy with that specific file (which is quite a mess,
tbh) making sure XML is well-formed and sometimes also XSD schema
valid (unfortunately) is an essential skill for working with SAML and
Shibboleth.
I.e., what Nate said.
Best,
-peter
More information about the users
mailing list