You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Step by Step Guide for asserting Sirtfi compliance


The following section contains a simple recipe that can be used by Identity Providers and Service Providers to assert Sirtfi compliance.


Step 1: Self Assessment

Complete a self assessment of your organisation following the Sirtfi Framework

If you are able to agree with each and every statement included in the framework, your organisation is Sirtfi compliant. To assert this compliance, two extensions must be added to your SP/IdP's federation metadata.  

Your local federation may manage all metadata extensions centrally. In this case, ask your federation operator to perform the following steps. 

If your federation operator is not aware of Sirtfi, refer them to the Sirtfi Homepage

 

Step 2: Add Security Contact Details

Add relevant security contact details to your entity metadata, following the established process of your local federation on updating metadata. Consult the guide on Choosing a Sirtfi Contact for recommendations on the most appropriate contact point for your entity.

An example of a ContactPerson element can be seen below:

<ContactPerson xmlns:remd="http://refeds.org/metadata" 
              contactType="other"
              remd:contactType="http://refeds.org/metadata/contactType/security">
  <GivenName>Security Response Team</GivenName>
  <EmailAddress>security@xxxxxxxxxxxxxxx</EmailAddress>
</ContactPerson>

Refer to the REFEDS Standards and Specification Wiki for full details: Security Contact Metadata Extension Schema 

 

Step 3: Assert Sirtfi Compliance

Express the Sirtfi compliance assertion in your metadata by adding the EntityAttribute “urn:oasis:names:tc:SAML:attribute:assurance-certification” with the value https://refeds.org/sirtfi, following the established process of your local federation on updating metadata.

An example Sirtfi Entity Attribute is shown below:

<EntityDescriptor ...>
  <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>https://refeds.org/sirtfi
               </saml:AttributeValue>
           	</saml:Attribute>
			...
      </attr:EntityAttributes>
   </Extensions>
...
</EntityDescriptor>

Refer to the OASIS Identity Assurance Profiles Specification for full details:  OASIS Specification

 


  • No labels