Problems with parsing of attribute-filter.xml with IDP 3.2.0
Cantor, Scott
cantor.2 at osu.edu
Thu Jul 7 11:22:29 EDT 2016
> Caused by: org.xml.sax.SAXParseException: Le préfixe "afp" de l'élément
> "afp:AttributeFilterPolicy" n'est pas lié.
My French is rusty, but that should be telling you pretty clearly what the problem is, you didn't define a prefix you're using.
> As the server and the system where shibboleth IDP has NO ACCESS to the
> Internet.
It doesn't need access to the Internet to parse any files.
> I tried to adapt my "old" version which is working in an old system
> with an IDP v2.3.6. then I downloaded the xsd file and I put it in
> /opt/shibboleth-idp/schema/
You don't need to do that and it certainly has nothing to do with it. Namespace issues are about basic well-formedness, it's nothing to do with any schema. The schemas are loaded locally from the jarfiles and it is automatic. Unless you want to use an XML editor, that would be a different matter.
> So please, where do I have to put shibboleth-afp.xsd file to have my
> attribute-filter.xml file parsed correctly ?
Nowhere.
-- Scott
More information about the users
mailing list