3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services/authn/clients
Karl Persson 0d572ff2ce
AuthN: Add check for disabled identities ()
* AuthN: return error if identity is disabled

* AuthN: Remove isDisabled check in client

* AuthN: Format imports
2023-01-13 10:28:50 +01:00
..
anonymous_test.go Authn: Add client for api keys () 2022-12-19 09:22:11 +01:00
anonymous.go AuthN: Make client params part of the identity () 2023-01-05 20:17:41 +01:00
api_key_test.go AuthN: Add check for disabled identities () 2023-01-13 10:28:50 +01:00
api_key.go AuthN: Add check for disabled identities () 2023-01-13 10:28:50 +01:00
basic_test.go AuthN: Refactor basic auth client to support multiple password auth () 2023-01-09 16:40:29 +01:00
basic.go AuthN: Post login hooks () 2023-01-12 15:02:04 +01:00
constants.go AuthN: Refactor basic auth client to support multiple password auth () 2023-01-09 16:40:29 +01:00
grafana_test.go AuthN: Post login hooks () 2023-01-12 15:02:04 +01:00
grafana.go AuthN: Post login hooks () 2023-01-12 15:02:04 +01:00
jwt_test.go Authn: JWT client () 2023-01-10 15:08:52 +01:00
jwt.go Authn: JWT client () 2023-01-10 15:08:52 +01:00
ldap_test.go AuthN: Post login hooks () 2023-01-12 15:02:04 +01:00
ldap.go AuthN: Post login hooks () 2023-01-12 15:02:04 +01:00
render_test.go AuthN: Add render auth client () 2023-01-04 13:48:00 +01:00
render.go AuthN: Make client params part of the identity () 2023-01-05 20:17:41 +01:00
session_test.go Authn: JWT client () 2023-01-10 15:08:52 +01:00
session.go AuthN: Make client params part of the identity () 2023-01-05 20:17:41 +01:00