Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor formatting (unlink EC URI, XML indent)

...

The following URI is used as the attribute value for the Entity Category and Entity Category Support attribute:

https://myacademicid.org/entity-categories/esi

4. Semantics

By asserting a Service Provider to be a member of this Entity Category, a registrar claims that the Service Provider has applied for membership in the Category and complies with this entity category’s registration criteria.

...

Code Block
<mdattr:EntityAttributes 
		        xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
  <saml:Attribute
      xmlns        xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
      NameFormat        NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
      Name        Name="http://macedir.org/entity-category">
    <saml:AttributeValue>
        https://myacademicid.org/entity-categories/esi
    </saml:AttributeValue>
  </saml:Attribute>
</mdattr:EntityAttributes>

...

Code Block
<mdattr:EntityAttributes 
        xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
  <saml:Attribute
        xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
        NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
        Name="http://macedir.org/entity-category-support">
    <saml:AttributeValue>
      https        https://myacademicid.org/entity-categories/esi
    </saml:AttributeValue>
  </saml:Attribute>
</mdattr:EntityAttributes>

...