mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
a910188675
commit
785240d51c
@ -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) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user