grafana/pkg/services/ldap
Mihai Doarna 3d40caf819
SSO: Add LDAP fallback strategy for SSO settings service (#88905)
* add root and client certificate value fields for LDAP

* update error messages for connection error

* add LDAP fallback strategy for SSO settings service

* fix params for sso service provider

* fix params for sso service provider

* sort imports

* sort imports

* replace json.Number with int64 in config map

* remove type assertions
2024-06-11 10:22:53 +03:00
..
api Auth: Add root and client certificate value fields in LDAP config (#88746) 2024-06-10 18:13:15 +03:00
multildap LDAP: Move LDAP globals to Config (#63255) 2023-02-10 19:01:55 +01:00
service Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
testdata Auth: Add root and client certificate value fields in LDAP config (#88746) 2024-06-10 18:13:15 +03:00
helpers.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
ldap_groups.go chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
ldap_helpers_test.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
ldap_login_test.go Auth: Fix orgrole picker disabled if isSynced user (#64033) 2023-03-22 17:41:59 +00:00
ldap_private_test.go Auth: Fix orgrole picker disabled if isSynced user (#64033) 2023-03-22 17:41:59 +00:00
ldap_test.go Auth: Add root and client certificate value fields in LDAP config (#88746) 2024-06-10 18:13:15 +03:00
ldap.go Auth: Add root and client certificate value fields in LDAP config (#88746) 2024-06-10 18:13:15 +03:00
model.go chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
settings_test.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
settings.go SSO: Add LDAP fallback strategy for SSO settings service (#88905) 2024-06-11 10:22:53 +03:00
testing.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00