Versions Compared

Key

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

...

For Shibboleth IdP V2, release attributes to SPs registered by InCommon as follows:

Here is the timeline for implementing the Registered By InCommon Category:

  1. Friday, April 17, 2015: Introduce the registered-by-incommon entity attribute into the preview aggregate
  2. Friday, April 24, 2015: Sync the main aggregate with the preview aggregate
  3. Friday, May 1, 2015: Sync the fallback aggregate with the production aggregate
Since most deployments consume the main production aggregate, April 24th is the date to remember.
Code Block
languagexml
titleA Shib IdP V2 rule that releases attributes to SPs registered by InCommon
<afp:PolicyRequirementRule xsi:type="saml:AttributeRequesterEntityAttributeExactMatch"
    attributeName="http://macedir.org/entity-category"
    attributeValue="http://id.incommon.org/category/registered-by-incommon"/>
</afp:PolicyRequirementRule>
Info
titleThe Registered By InCommon Category is coming!