mirror of https://github.com/grafana/grafana.git
Auth: Add SAML scopes to fixed:authentication.config:writer (#78147)
Add SAML scopes back to fixed authenticationConfigWriterRole
This commit is contained in:
parent
f69fd3726b
commit
19a7cd88b0
|
|
@ -208,6 +208,14 @@ var (
|
|||
Action: ActionSettingsWrite,
|
||||
Scope: ScopeSettingsAuth,
|
||||
},
|
||||
{
|
||||
Action: ActionSettingsRead,
|
||||
Scope: ScopeSettingsSAML,
|
||||
},
|
||||
{
|
||||
Action: ActionSettingsWrite,
|
||||
Scope: ScopeSettingsSAML,
|
||||
},
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue