mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
samlsettings: add sso settings saml feature flag (#84433)
* add feature flag for ssosettings saml configuration * add generated files
This commit is contained in:
@@ -658,4 +658,8 @@ const (
|
||||
// FlagEmailVerificationEnforcement
|
||||
// Force email verification for users, even when authenticating through sso.
|
||||
FlagEmailVerificationEnforcement = "emailVerificationEnforcement"
|
||||
|
||||
// FlagSsoSettingsSAML
|
||||
// Use the new SSO Settings API to configure the SAML connector
|
||||
FlagSsoSettingsSAML = "ssoSettingsSAML"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user