Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

To define a new mapping, one needs to add a new <Attribute> element. The name property in the rule corresponds to the formal SAML name the IdP is using for the attribute, generally a URI. The id property is the shorthand name to use, and determines the environment variable or header by which the attribute will be made available to the web application.

Code Block
xmlxml
titleExample of a Simple String-valued Attribute
xml
<Attribute name="https://example.org/myAttributes/FavoriteFruit" id="favFruit"/>

...