...
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:
outdated example see documentation here
Code Block | ||
---|---|---|
| ||
[ { "roleClaimAttribute": "roles", "displayNameFormat": "System user ${applicationId}" }, { "roleClaimAttribute": "cdcm.groups", "displayNameFormat": "${given_name} ${family_name} | ${department}" } ] |
...