samlsettings: add sso settings saml feature flag (#84433)

* add feature flag for ssosettings saml configuration

* add generated files
This commit is contained in:
linoman
2024-03-14 05:04:45 -06:00
committed by GitHub
parent 391d14d091
commit 831ee9ee16
5 changed files with 31 additions and 0 deletions

View File

@@ -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"
)