-
- Downloads

backported "Admin UI for disabling user auto provisioning" (#38928)

* Admin UI for disabling user auto provisioning (#38716) * impl feature * makes use of existing form components and deletes custom widget * e2e tests * fix lints * fixes lint around Metabase name usage * removed the select keys line to allow for whatever setting to be updated * fix defaulting logic for ldap and jwt, fixes unit test * snip snap snip snap * fix unit and maybe lint tests * fix ldap code * fixes trimming null * fixes e2e ldap tests * e2e progress * breaking local e2e in hopes of fixing ci... --------- Co-authored-by:Jerry Huang <jhuang37050@gmail.com> * fix lint --------- Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by:
Jerry Huang <jhuang37050@gmail.com> Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
Showing
- e2e/test/scenarios/admin-2/sso/jwt.cy.spec.js 12 additions, 0 deletionse2e/test/scenarios/admin-2/sso/jwt.cy.spec.js
- e2e/test/scenarios/admin-2/sso/ldap.cy.spec.js 12 additions, 0 deletionse2e/test/scenarios/admin-2/sso/ldap.cy.spec.js
- e2e/test/scenarios/admin-2/sso/saml.cy.spec.js 12 additions, 0 deletionse2e/test/scenarios/admin-2/sso/saml.cy.spec.js
- e2e/test/scenarios/admin-2/sso/shared/helpers.js 9 additions, 0 deletionse2e/test/scenarios/admin-2/sso/shared/helpers.js
- enterprise/frontend/src/metabase-enterprise/auth/components/SettingsJWTForm/SettingsJWTForm.tsx 33 additions, 7 deletions...prise/auth/components/SettingsJWTForm/SettingsJWTForm.tsx
- enterprise/frontend/src/metabase-enterprise/auth/components/SettingsJWTForm/SettingsJWTForm.unit.spec.tsx 15 additions, 2 deletions.../components/SettingsJWTForm/SettingsJWTForm.unit.spec.tsx
- enterprise/frontend/src/metabase-enterprise/auth/components/SettingsSAMLForm/SettingsSAMLForm.jsx 14 additions, 2 deletions...ise/auth/components/SettingsSAMLForm/SettingsSAMLForm.jsx
- enterprise/frontend/src/metabase-enterprise/auth/components/SettingsSAMLForm/SettingsSAMLForm.styled.tsx 1 addition, 1 deletion...h/components/SettingsSAMLForm/SettingsSAMLForm.styled.tsx
- enterprise/frontend/src/metabase-enterprise/auth/constants.ts 2 additions, 0 deletions...rprise/frontend/src/metabase-enterprise/auth/constants.ts
- enterprise/frontend/src/metabase-enterprise/auth/index.js 12 additions, 1 deletionenterprise/frontend/src/metabase-enterprise/auth/index.js
- frontend/src/metabase/admin/settings/auth/constants.ts 1 addition, 0 deletionsfrontend/src/metabase/admin/settings/auth/constants.ts
- frontend/src/metabase/admin/settings/components/SettingsLdapForm.tsx 32 additions, 4 deletions...c/metabase/admin/settings/components/SettingsLdapForm.tsx
- frontend/src/metabase/admin/settings/components/SettingsLdapForm.unit.spec.tsx 12 additions, 0 deletions.../admin/settings/components/SettingsLdapForm.unit.spec.tsx
- frontend/src/metabase/admin/settings/utils.js 1 addition, 0 deletionsfrontend/src/metabase/admin/settings/utils.js
- frontend/src/metabase/components/form/FormikCustomForm/CustomFormSection.tsx 4 additions, 4 deletions...se/components/form/FormikCustomForm/CustomFormSection.tsx
- frontend/src/metabase/plugins/builtin/auth/ldap.js 6 additions, 0 deletionsfrontend/src/metabase/plugins/builtin/auth/ldap.js
- src/metabase/api/ldap.clj 3 additions, 2 deletionssrc/metabase/api/ldap.clj
Please register or sign in to comment