Auth: Add SAML scopes to fixed:authentication.config:writer (#78147)

Add SAML scopes back to fixed authenticationConfigWriterRole
pull/77604/head
Misi 2 years ago committed by GitHub
parent f69fd3726b
commit 19a7cd88b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkg/services/accesscontrol/roles.go

@ -208,6 +208,14 @@ var (
Action: ActionSettingsWrite,
Scope: ScopeSettingsAuth,
},
{
Action: ActionSettingsRead,
Scope: ScopeSettingsSAML,
},
{
Action: ActionSettingsWrite,
Scope: ScopeSettingsSAML,
},
},
}
)

Loading…
Cancel
Save