mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: synchronize oidc user roles (#8595)
* feat: oidc user role sync User roles come from oidc claims. Prevent manual user role changes if set. * allow mapping 1:many
This commit is contained in:
@ -15,7 +15,8 @@
|
||||
"display_name": "Owner"
|
||||
}
|
||||
],
|
||||
"avatar_url": ""
|
||||
"avatar_url": "",
|
||||
"login_type": "password"
|
||||
},
|
||||
{
|
||||
"id": "[second user ID]",
|
||||
@ -28,6 +29,7 @@
|
||||
"[first org ID]"
|
||||
],
|
||||
"roles": [],
|
||||
"avatar_url": ""
|
||||
"avatar_url": "",
|
||||
"login_type": "password"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user