Skip to content

Commit 6ddced7

Browse files
authored
SSO: add the missing fields to the okta provider (#85152)
* add the missing allowSignUp field to okta provider * add autoLogin to okta
1 parent aba6574 commit 6ddced7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

public/app/features/auth-config/fields.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,18 @@ export const sectionFields: Section = {
198198
{
199199
name: 'General settings',
200200
id: 'general',
201-
fields: ['name', 'clientId', 'clientSecret', 'scopes', 'authUrl', 'tokenUrl', 'apiUrl', 'signoutRedirectUrl'],
201+
fields: [
202+
'name',
203+
'clientId',
204+
'clientSecret',
205+
'scopes',
206+
'authUrl',
207+
'tokenUrl',
208+
'apiUrl',
209+
'allowSignUp',
210+
'autoLogin',
211+
'signoutRedirectUrl',
212+
],
202213
},
203214
{
204215
name: 'User mapping',

0 commit comments

Comments
 (0)