diff --git a/public/app/features/auth-config/fields.tsx b/public/app/features/auth-config/fields.tsx index f40536bf95b7..952e3af3e7b9 100644 --- a/public/app/features/auth-config/fields.tsx +++ b/public/app/features/auth-config/fields.tsx @@ -198,7 +198,18 @@ export const sectionFields: Section = { { name: 'General settings', id: 'general', - fields: ['name', 'clientId', 'clientSecret', 'scopes', 'authUrl', 'tokenUrl', 'apiUrl', 'signoutRedirectUrl'], + fields: [ + 'name', + 'clientId', + 'clientSecret', + 'scopes', + 'authUrl', + 'tokenUrl', + 'apiUrl', + 'allowSignUp', + 'autoLogin', + 'signoutRedirectUrl', + ], }, { name: 'User mapping',