When adding an entry for urn:oasis:names:tc:SAML:metadata:rpi to the /EntitiesDescriptor/@schemaLocation of my metadata batch the verification of that metadata via shibd -t (from 2.5 RPMs) fails because of a missing saml-metadata-rpi-v1.0.xsd. Attached is a patch that adds the schema and a catalog entry.
The SP I test this with isn't used for SSO (or web) and the metadata loaded is from a file based provider, so no easy way to check. But the next line on STDOUT is
2012-09-21 17:29:36 INFO OpenSAML.MetadataProvider.XML : loaded XML resource (/path/to/metadata/metadata.xml)
When adding an entry for
urn:oasis:names:tc:SAML:metadata:rpi
to the/EntitiesDescriptor/@schemaLocation
of my metadata batch the verification of that metadata viashibd -t
(from 2.5 RPMs) fails because of a missingsaml-metadata-rpi-v1.0.xsd
.Attached is a patch that adds the schema and a catalog entry.