Auth: Temporarily remove LDAP from UI until its config page is ready (#90323)

temporarily remove LDAP from UI until its config page is ready
This commit is contained in:
Mihai Doarna 2024-07-11 13:54:17 +03:00 committed by GitHub
parent bbd1611265
commit 944a3a9818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,9 @@ export const AuthConfigPageUnconnected = ({
// filter out saml from sso providers because it is already included in availableProviders
providers = providers.filter((p) => p.provider !== 'saml');
// temporarily remove LDAP until its configuration form is ready
providers = providers.filter((p) => p.provider !== 'ldap');
const providerList = availableProviders.length
? [
...availableProviders.map((p) => ({