Versions Compared

Key

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

...

Attribute encoders are defined after any dependencies with an <resolver:AttributeDefinition>. The SAML 2 string attribute encoders starts with the same <resolver:AttributeEncoder> element as all other encoders and has a type of xsi:type="SAML2String". The <resolver:AttributeEncoder> may also have the following the attributes:

  • name - this becomes the NAME Name attribute on the created SAML 1 2 <Attribute> element; this attribute is required
  • nameFormat - this becomes the NameFormat attribute on the created SAML 2 <Attribute> element; defaults to urn:oasis:names:tc:SAML:2.0:attrname-format:uri
  • friendlyName - this becomes the FriendlyName attribute on the created SAML 2 <Attribute> element; this attribute is optional

...