diff --git a/public/app/features/auth-config/fields.tsx b/public/app/features/auth-config/fields.tsx index 5f81ee11bde..7214f79cfd2 100644 --- a/public/app/features/auth-config/fields.tsx +++ b/public/app/features/auth-config/fields.tsx @@ -473,7 +473,7 @@ export function fieldMap(provider: string): Record { label: 'Organization attribute path', description: 'JMESPath expression to use for organization lookup.', type: 'text', - hidden: !['generic_oauth', 'okta'].includes(provider), + hidden: !(['generic_oauth', 'okta'].includes(provider) && contextSrv.isGrafanaAdmin), }, defineAllowedGroups: { label: 'Define allowed groups',