[v11.0.x] SSO: add the missing fields to the okta provider (#85161)

SSO: add the missing fields to the okta provider (#85152)

* add the missing allowSignUp field to okta provider

* add autoLogin to okta

(cherry picked from commit 6ddced7ba8)

Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-03-26 15:02:34 +02:00
committed by GitHub
co-authored by Mihai Doarna
parent e7f0e17582
commit bc11423432
+12 -1
View File
@@ -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',