Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/tests/manual/ukf-meta-226/no-ec-has-policy.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

This check ensures that entities asserting the entity category have a RegistrationPolicy element. Other checks ensure that this entity is an SP, and that the value in the RegistrationPolicy element is valid. The check is integrated as part of uk_registeredEntities See ukf/ukf-meta#226 for details
13 lines (13 sloc)
645 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" | |
xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute" | |
xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" | |
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"> | |
<Extensions> | |
<mdrpi:RegistrationInfo registrationAuthority="http://ukfederation.org.uk" | |
registrationInstant="2012-07-13T11:19:55Z"> | |
<mdrpi:RegistrationPolicy xml:lang="en" | |
>http://ukfederation.org.uk/doc/mdrps-20130902</mdrpi:RegistrationPolicy> | |
</mdrpi:RegistrationInfo> | |
</Extensions> | |
</EntityDescriptor> |