mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SSO: add the missing fields to the okta provider (#85152)
* add the missing allowSignUp field to okta provider * add autoLogin to okta
This commit is contained in:
parent
aba65747c9
commit
6ddced7ba8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user