feat(core): Add saml feature flag (#5494)

adds saml feature flag
This commit is contained in:
Michael Auerswald
2023-02-16 15:05:39 +01:00
committed by GitHub
parent fcac1ddd9f
commit 3a9c257f55
6 changed files with 23 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ export const SETTINGS_LICENSE_CERT_KEY = 'license.cert';
export enum LICENSE_FEATURES {
SHARING = 'feat:sharing',
LDAP = 'feat:ldap',
SAML = 'feat:saml',
LOG_STREAMING = 'feat:logStreaming',
}