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 23:02:52 +02:00
committed by GitHub
parent f69fd3726b
commit 19a7cd88b0
+8
View File
@@ -208,6 +208,14 @@ var (
Action: ActionSettingsWrite,
Scope: ScopeSettingsAuth,
},
{
Action: ActionSettingsRead,
Scope: ScopeSettingsSAML,
},
{
Action: ActionSettingsWrite,
Scope: ScopeSettingsSAML,
},
},
}
)