Versions Compared

Key

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

...

The attribute from which the role claims should be read can be customized. Similar to the space definition this configuration is done via an json array to allow multiple role claim definitions. Here is how the json array should look like:

(warning) outdated example (warning) see documentation here

Code Block
languagejson
[
    {
        "roleClaimAttribute": "roles",
        "displayNameFormat": "System user ${applicationId}"
    },
    {
        "roleClaimAttribute": "cdcm.groups",
        "displayNameFormat": "${given_name} ${family_name} | ${department}"
    }
]

...