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