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-281/has-ec-no-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.

Similar to the check for SPs, we ensure that any IdP that supports the category will have a valid MDRPS in metadata. See ukf/ukf-meta#281 for details
16 lines (16 sloc)
853 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:RegistrationInfo> | |
<mdattr:EntityAttributes> | |
<saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category-support"> | |
<saml:AttributeValue>http://refeds.org/category/research-and-scholarship</saml:AttributeValue> | |
</saml:Attribute> | |
</mdattr:EntityAttributes> | |
</Extensions> | |
</EntityDescriptor> |