Versions Compared

Key

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

...

  • id: A unique identifier used within the IdP's resolver and filter to reference this definition.
  • sourceAttributeID: The ID of an attribute to split with the regular expression. It must be supplied by a dependency.

and an optional attribute:

  • nameIdFormat: Becomes the Format attribute on the created SAML 1 <NameIdentifier> element. Defaults to urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified.
  • nameIdQualifier: Becomes the NameQualifier attribute on the created SAML 1 <NameIdentifier> element. Defaults to the IdP's entity ID.
  • sourceAttributeID - the ID of the attribute, from the dependency connectors, used to construct this attribute (default value: ID of this attribute)
  • dependencyOnly: A boolean flag that indicates the attribute produced by this definition is used only by other resolver components and should never be released from the resolver. Defaults to false.

...