Versions Compared

Key

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

When Claims / Attributes are defined/configured in Federations, they are specified in the configuration as a JSON Array of strings

...

Code Block
"attributes": [
  "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn=userid",
  "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name=username",
  "http://schemas.microsoft.com/ws/2008/06/identity/claims/role=groups",
  "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress=email1"
]

Names

Name here is the attribute name as it will be part of the ticket/token.

Values

The value has special meaning; it refers to attributes within Ceptor's session (seeĀ Sessions for more info)

...