Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IAQs in metadata

The following extension element will be added to is the immediate child element of the IdP's entity descriptor <md:EntityEescriptor> element in metadata:

Code Block
xml
xml

<md:Extensions xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata">
  <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="urn:oasis:names:tc:SAML:attribute:assurance-certification">
      <saml:AttributeValue>http://id.incommon.org/assurance/silver</saml:AttributeValue>
      <saml:AttributeValue>http://id.incommon.org/assurance/bronze</saml:AttributeValue>
    </saml:Attribute>
  </mdattr:EntityAttributes>
</md:Extensions>

The <mdattr:EntityAttributes> element and the name of the <saml:Attribute> element are defined by the OASIS SAML V2.0 Metadata Extension for Entity Attributes and the OASIS SAML V2.0 Identity Assurance Profiles, respectively.

...