Versions Compared

Key

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

...

Code Block
titleSirtfi Compliance Extension
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:attr="urn:oasis:names:tc:SAML:metadata:attribute" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="https://IdentityProvider.example.com/SAML"> 
<Extensions> 
 <Extensions> <attr:EntityAttributes> 
    <saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oasis:names:tc:SAML:attribute:assurance-certification"> 
      <saml:AttributeValue> httpsAttributeValue>https://refeds.org/sirtfi/sirtfi</saml:AttributeValue> 
  
 </saml:AttributeValue> </saml:Attribute> 
 </attr:EntityAttributes> </Extensions> <IDPSSODescriptor WantAuthnRequestsSigned="true" 
 protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <KeyDescriptor use="signing"> ... </KeyDescriptor> <NameIDFormat>...</NameIDFormat> <SingleSignOnService 
 Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" 
 Location="https://IdentityProvider.example.com/SAML/SSO/Browser"/> ... 
 </IDPSSODescriptor> 
 ... EntityAttributes> 
 ...
</Extensions> 
 ... 
</EntityDescriptor>