grafana/pkg/services/authn/clients
Karl Persson 872d2d1e1c
AuthN: Login error handling (#64239)
* Social: Fix type so it appears in error responses

* AuthN: construct errutil.Error from social.Error

* login: Check for errutil.Error and use public message

* Login: redirectURLWithErrorCookie for authn errors

Co-authored-by: Jo <joao.guerreiro@grafana.com>
2023-03-07 09:57:25 +01:00
..
anonymous_test.go Authn: Anon session service (#63052) 2023-02-21 16:21:18 +01:00
anonymous.go AuthN: cleanup logs (#63652) 2023-02-24 11:26:55 +01:00
api_key_test.go Rename Id to ID for annotation models (#62886) 2023-02-03 17:23:09 +01:00
api_key.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
basic_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
basic.go Authn: Fix password client fallthrough (#63244) 2023-02-12 13:42:47 +00: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: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2023-01-26 10:50:44 +01:00
grafana_test.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00
grafana.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00
jwt_test.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00
jwt.go AuthN: cleanup logs (#63652) 2023-02-24 11:26:55 +01:00
ldap_test.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00
ldap.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00
oauth_test.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00
oauth.go AuthN: Login error handling (#64239) 2023-03-07 09:57:25 +01:00
password_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
password.go AuthN: cleanup logs (#63652) 2023-02-24 11:26:55 +01:00
proxy_test.go AuthN: support sync cache for proxy client (#62874) 2023-02-06 13:30:05 +01:00
proxy.go AuthN: cleanup logs (#63652) 2023-02-24 11:26:55 +01:00
render_test.go AuthN: cleanup logs (#63652) 2023-02-24 11:26:55 +01:00
render.go AuthN: cleanup logs (#63652) 2023-02-24 11:26:55 +01:00
session_test.go AuthN: add utility functions for different type of login responses (#64133) 2023-03-03 14:17:09 +01:00
session.go AuthN: add utility functions for different type of login responses (#64133) 2023-03-03 14:17:09 +01:00
utils.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00