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:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user