grafana/pkg/services/authn/clients
Karl Persson 3e8857acb8
AuthN: Post login hooks (#61287)
* AuthN: add the ability to register post login hooks

* AuthN: add a guard for the user id

* AuthN: Add helper to create external user info from identity

* AuthN: Pass auth request to password clients

* AuthN: set auth module and username in metadata
2023-01-12 15:02:04 +01:00
..
anonymous_test.go Authn: Add client for api keys (#60339) 2022-12-19 09:22:11 +01:00
anonymous.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00
api_key_test.go Authn: Refactor user sync and org sync as post auth hooks (#60504) 2022-12-20 08:59:05 -05:00
api_key.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00
basic_test.go AuthN: Refactor basic auth client to support multiple password auth (#61153) 2023-01-09 16:40:29 +01:00
basic.go AuthN: Post login hooks (#61287) 2023-01-12 15:02:04 +01:00
constants.go AuthN: Refactor basic auth client to support multiple password auth (#61153) 2023-01-09 16:40:29 +01:00
grafana_test.go AuthN: Post login hooks (#61287) 2023-01-12 15:02:04 +01:00
grafana.go AuthN: Post login hooks (#61287) 2023-01-12 15:02:04 +01:00
jwt_test.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
jwt.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
ldap_test.go AuthN: Post login hooks (#61287) 2023-01-12 15:02:04 +01:00
ldap.go AuthN: Post login hooks (#61287) 2023-01-12 15:02:04 +01:00
render_test.go AuthN: Add render auth client (#60914) 2023-01-04 13:48:00 +01:00
render.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00
session_test.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
session.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00