-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It would be awesome if we could specify an alternative roles field. Some oauth2 providers do not allow roles
to be set, but rather insist on name-spacing the roles field (looking at you Auth0). Perhaps in the UI, within the Adjustments
section, similar to how you have an Alternative id key
field, there could be an Alternative roles key
field? Or even just a Roles namespace
,
As a concrete example, the userinfo
endpoint for our implementation returns a payload that contains the following:
{
...
email_verified: true,
'https://ourdomain.gg/roles': [ 'Group1 Member', 'Group2 Member' ]
}
Metadata
Metadata
Assignees
Labels
No labels