-
- Downloads
Adding the ability to sync admin groups in EE (#14993)
* Adding the ability to sync admin groups in EE Adds a LDAP setting for EE to enable to LDAP Administrator group syncs. Adds the setting to admin UI to enable syncing of the admin group. Removes two unused settings from the OSS side. metabase/metabase-enterprise#445 * Apply suggestions from code review Co-authored-by:Dalton <daltojohnso@users.noreply.github.com> Co-authored-by:
Dalton <daltojohnso@users.noreply.github.com>
Showing
- enterprise/backend/src/metabase_enterprise/enhancements/integrations/ldap.clj 7 additions, 2 deletions...rc/metabase_enterprise/enhancements/integrations/ldap.clj
- enterprise/backend/src/metabase_enterprise/sso/integrations/jwt.clj 1 addition, 1 deletion.../backend/src/metabase_enterprise/sso/integrations/jwt.clj
- enterprise/backend/src/metabase_enterprise/sso/integrations/saml.clj 1 addition, 1 deletion...backend/src/metabase_enterprise/sso/integrations/saml.clj
- enterprise/backend/test/metabase_enterprise/enhancements/integrations/ldap_test.clj 2 additions, 1 deletion...tabase_enterprise/enhancements/integrations/ldap_test.clj
- enterprise/frontend/src/metabase-enterprise/auth/index.js 11 additions, 0 deletionsenterprise/frontend/src/metabase-enterprise/auth/index.js
- frontend/src/metabase/admin/settings/components/SettingsLdapForm.jsx 7 additions, 1 deletion...c/metabase/admin/settings/components/SettingsLdapForm.jsx
- src/metabase/integrations/common.clj 9 additions, 5 deletionssrc/metabase/integrations/common.clj
- src/metabase/integrations/ldap.clj 0 additions, 11 deletionssrc/metabase/integrations/ldap.clj
- src/metabase/integrations/ldap/default_implementation.clj 1 addition, 1 deletionsrc/metabase/integrations/ldap/default_implementation.clj
- test/metabase/integrations/common_test.clj 84 additions, 66 deletionstest/metabase/integrations/common_test.clj
Please register or sign in to comment