Versions Compared

Key

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

Indicated by type="Delegation", this attribute extractor allows content from within a SAML DelegationRestriction condition to be extracted and passed to an application as an attribute. This allows for finer-grained control over delegation at an SP. The information that's eventually expressed in string form to the application is controlled by a formatter XML attribute that can reference specific content from within the <del:Delegate> elements in the condition.

Attributes

NameTypeDefaultDescription
attributeIdstringRequiredRequired setting that specifies the internal attribute name to be populated
formatterstring

An expression containing any number of "substitution" variables starting with a '$' character that reference information from the <del:Delegate> element

The Set of formatter variables consists of

$Name,
$Format,
$NameQualifier,

$SPNameQualifier,
$SPProvidedID

Information derived from the corresponding content of the <saml:NameID> element found within the <del:Delegate> element. Typically delegates are SAML entities that are named by entityIDs and only the $Name property is relevant
$ConfirmationMethodA SAML confirmation method URI that identifies how the delegate confirmed its identity to the IdP.
$DelegationInstant

The time at which the delegate confirmed its identity to the IdP.