Skip to content

Commit

Permalink
[v11.0.x] SSO: add the missing fields to the okta provider (#85161)
Browse files Browse the repository at this point in the history
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 6ddced7)

Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com>
  • Loading branch information
grafana-delivery-bot[bot] and dmihai committed Mar 26, 2024
1 parent e7f0e17 commit bc11423
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion public/app/features/auth-config/fields.tsx
Expand Up @@ -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',
Expand Down

0 comments on commit bc11423

Please sign in to comment.