grafana/pkg/services/authn/clients
linoman 4d095547f8
Auth: Implement skip org role sync for jwt (#61647)
* Add new config option

* Add frontend control

* Condition new auth broker with config option

* Condition old auth broker with config option

Co-authored-by: Jo <joao.guerreiro@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2023-01-18 13:59:50 +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: Add check for disabled identities (#61382) 2023-01-13 10:28:50 +01:00
api_key.go AuthN: Add last seen sync hooks for user and api keys (#61571) 2023-01-17 13:50:58 +01:00
basic_test.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
basic.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
constants.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
form_test.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
form.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
grafana_test.go AuthN: Add auth proxy client (#61555) 2023-01-17 10:07:46 +01:00
grafana.go AuthN: Add auth proxy client (#61555) 2023-01-17 10:07:46 +01:00
jwt_test.go Auth: Add sub claim check to JWT Auth pre-checks (#61417) 2023-01-16 10:50:34 +01:00
jwt.go Auth: Implement skip org role sync for jwt (#61647) 2023-01-18 13:59:50 +01:00
ldap_test.go AuthN: Add auth proxy client (#61555) 2023-01-17 10:07:46 +01:00
ldap.go AuthN: Add auth proxy client (#61555) 2023-01-17 10:07:46 +01:00
password_test.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
password.go AuthN: Perform login with authn.Service (#61466) 2023-01-17 09:11:45 +01:00
proxy_test.go AuthN: Add auth proxy client (#61555) 2023-01-17 10:07:46 +01:00
proxy.go AuthN: Add auth proxy client (#61555) 2023-01-17 10:07:46 +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