grafana/pkg/services/authn/clients
Gabriel MABILLE f900098cc9
[LDAP] Disable removed users on login (#74016)
* [LDAP] Disable removed users on login

* Fix tests

* Add test for user disabling

* Add tests for disabling user behind auth proxy

* Linting.

* Rename setup func

* Account for reviews comments

Co-authored-by: Kalle Persson <kalle.persson@grafana.com>

---------

Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
2023-08-30 10:59:35 +02:00
..
anonymous_test.go Auth: Rename Sessions to Devices in counting (#72432) 2023-07-27 11:09:08 +02:00
anonymous.go Auth: Add authed device tagging (#72442) 2023-07-31 18:04:28 +02:00
api_key_test.go Auth: remove org count from signedInUser (#72661) 2023-08-01 14:04:37 +02:00
api_key.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
basic_test.go AuthN: Use EqualFold for skipping introspection endpoint (#69126) 2023-05-26 10:22:59 +02:00
basic.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
constants.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
ext_jwt_test.go Auth: remove org count from signedInUser (#72661) 2023-08-01 14:04:37 +02:00
ext_jwt.go AuthZ: Extend /api/search to work with self-contained permissions (#70749) 2023-07-12 12:31:36 +02:00
form_test.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
form.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
grafana_test.go AuthZ: Extend /api/search to work with self-contained permissions (#70749) 2023-07-12 12:31:36 +02:00
grafana.go AuthZ: Extend /api/search to work with self-contained permissions (#70749) 2023-07-12 12:31:36 +02:00
jwt_test.go Auth: remove org count from signedInUser (#72661) 2023-08-01 14:04:37 +02:00
jwt.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
ldap_test.go [LDAP] Disable removed users on login (#74016) 2023-08-30 10:59:35 +02:00
ldap.go [LDAP] Disable removed users on login (#74016) 2023-08-30 10:59:35 +02:00
oauth_test.go AuthZ: Extend /api/search to work with self-contained permissions (#70749) 2023-07-12 12:31:36 +02:00
oauth.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
password_test.go Authn: Standardize errors (#74012) 2023-08-29 15:44:04 +02:00
password.go Authn: Standardize errors (#74012) 2023-08-29 15:44:04 +02:00
proxy_test.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
proxy.go AuthProxy: Fix user retrieval through cache (#73802) 2023-08-25 13:59:45 +02:00
render_test.go AuthZ: Extend /api/search to work with self-contained permissions (#70749) 2023-07-12 12:31:36 +02:00
render.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
session_test.go Auth: Add authed device tagging (#72442) 2023-07-31 18:04:28 +02:00
session.go Auth: Add authed device tagging (#72442) 2023-07-31 18:04:28 +02:00
utils.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00