SSO LDAP: Add LDAP to providers list (#93120)

* Add LDAP to providers list

* fix bug when there are no group mappings
This commit is contained in:
linoman 2024-09-12 10:31:24 +02:00 committed by GitHub
parent a910188675
commit 785240d51c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,9 +55,6 @@ export const AuthConfigPageUnconnected = ({
// filter out saml and ldap 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) => ({