Add extra seat check in the user API call and turn off user->org conversion when authentication is LDAP
This commit is contained in:
parent
7ed3c603ec
commit
69be86be97
5 changed files with 17 additions and 9 deletions
|
@ -18,7 +18,7 @@ def build_requests_session():
|
|||
# values are set to the frontend, DO NOT PLACE ANY SECRETS OR KEYS in this list.
|
||||
CLIENT_WHITELIST = ['SERVER_HOSTNAME', 'PREFERRED_URL_SCHEME', 'GITHUB_CLIENT_ID',
|
||||
'GITHUB_LOGIN_CLIENT_ID', 'MIXPANEL_KEY', 'STRIPE_PUBLISHABLE_KEY',
|
||||
'ENTERPRISE_LOGO_URL', 'SENTRY_PUBLIC_DSN']
|
||||
'ENTERPRISE_LOGO_URL', 'SENTRY_PUBLIC_DSN', 'AUTHENTICATION_TYPE']
|
||||
|
||||
|
||||
def getFrontendVisibleConfig(config_dict):
|
||||
|
|
Reference in a new issue