grafana/pkg/services/authn/clients
Gabriel MABILLE 80d6bf6da0
AuthN: Remove embedded oauth server (#83146)
* AuthN: Remove embedded oauth server

* Restore main

* go mod tidy

* Fix problem

* Remove permission intersection

* Fix test and lint

* Fix TestData test

* Revert to origin/main

* Update go.mod

* Update go.mod

* Update go.sum
2024-02-26 11:29:09 +01:00
..
api_key_test.go Service account: Update last used timestamp when token is used (#79254) 2023-12-08 16:53:11 +01:00
api_key.go Chore: Cleanup namespace and ID resolution (#79360) 2023-12-21 20:42:05 +01:00
basic_test.go AuthN: Remove embedded oauth server (#83146) 2024-02-26 11:29:09 +01:00
basic.go AuthN: Remove embedded oauth server (#83146) 2024-02-26 11:29:09 +01:00
constants.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
ext_jwt_test.go AuthN: Remove embedded oauth server (#83146) 2024-02-26 11:29:09 +01:00
ext_jwt.go AuthN: Remove embedded oauth server (#83146) 2024-02-26 11:29:09 +01: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 Password policy (#82268) 2024-02-16 04:58:05 -06:00
grafana.go Password policy (#82268) 2024-02-16 04:58:05 -06:00
jwt_test.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
jwt.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
ldap_test.go Login: refactor auth info package (#78459) 2023-11-21 14:47:23 +01:00
ldap.go AuthN: Change EnableDisabledUserHook to EnableUserHook (#75248) 2023-09-27 11:16:53 +02:00
oauth_test.go Auth: Load oauth_allow_insecure_email_lookup using the SettingsProvider (#82460) 2024-02-16 12:05:00 +01:00
oauth.go Auth: Load oauth_allow_insecure_email_lookup using the SettingsProvider (#82460) 2024-02-16 12:05:00 +01: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 AuthProxy: Invalidate previous cached item for user when changes are made to any header (#81445) 2024-02-22 10:02:31 +01:00
proxy.go AuthProxy: Invalidate previous cached item for user when changes are made to any header (#81445) 2024-02-22 10:02:31 +01:00
render_test.go AuthN: Fix namespaces for anonymous and render (#75661) 2023-09-29 09:10:33 +02:00
render.go AuthN: Fix namespaces for anonymous and render (#75661) 2023-09-29 09:10:33 +02:00
session_test.go AuthToken: Remove client token rotation feature toggle (#82886) 2024-02-16 15:03:37 +01:00
session.go AuthToken: Remove client token rotation feature toggle (#82886) 2024-02-16 15:03:37 +01:00
utils.go AuthN: add flag for org roles sync (#63507) 2023-02-22 10:27:48 +01:00