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

Add SAML scopes back to fixed authenticationConfigWriterRole
This commit is contained in:
Misi 2023-11-14 22:02:52 +01:00 committed by GitHub
parent f69fd3726b
commit 19a7cd88b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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