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:
Misi 2024-07-10 10:12:02 +02:00 committed by GitHub
parent 021a9400ab
commit 4e03ca5c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',