mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Auth: Remove role_attribute_path from Azure AD config UI (#90227)
Remove role_attribute_path from Azure AD config UI
This commit is contained in:
parent
021a9400ab
commit
4e03ca5c1c
@ -38,7 +38,7 @@ export const sectionFields: Section = {
|
||||
{
|
||||
name: 'User mapping',
|
||||
id: 'user',
|
||||
fields: ['roleAttributePath', 'roleAttributeStrict', 'orgMapping', 'allowAssignGrafanaAdmin', 'skipOrgRoleSync'],
|
||||
fields: ['roleAttributeStrict', 'orgMapping', 'allowAssignGrafanaAdmin', 'skipOrgRoleSync'],
|
||||
},
|
||||
{
|
||||
name: 'Extra security measures',
|
||||
|
Loading…
Reference in New Issue
Block a user