From 4e03ca5c1c62cf1cda819a166f513594b0e4cdf6 Mon Sep 17 00:00:00 2001 From: Misi Date: Wed, 10 Jul 2024 10:12:02 +0200 Subject: [PATCH] Auth: Remove role_attribute_path from Azure AD config UI (#90227) Remove role_attribute_path from Azure AD config UI --- public/app/features/auth-config/fields.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/auth-config/fields.tsx b/public/app/features/auth-config/fields.tsx index 171f3df0243..e210d39707d 100644 --- a/public/app/features/auth-config/fields.tsx +++ b/public/app/features/auth-config/fields.tsx @@ -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',