grafana/pkg/services/authn/clients
Karl Persson d4e802dd47
Authn: Add function to resolve identity from org and namespace id (#84555)
* Add function to get the namespaced id

* Add function to resolve an identity through authn.Service from org and namespace id

* Switch to resolve identity for re-authenticate in another org
2024-03-15 15:08:15 +01:00
..
api_key_test.go AuthN: Use sync hook to fetch service account (#84078) 2024-03-11 15:56:53 +01:00
api_key.go AuthN: Use sync hook to fetch service account (#84078) 2024-03-11 15:56:53 +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 AuthProxy: Allow disabling Auth Proxy cache (#83755) 2024-03-01 11:31:06 +01:00
grafana.go AuthProxy: Allow disabling Auth Proxy cache (#83755) 2024-03-01 11:31:06 +01:00
identity.go Authn: Add function to resolve identity from org and namespace id (#84555) 2024-03-15 15:08:15 +01: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: Allow disabling Auth Proxy cache (#83755) 2024-03-01 11:31:06 +01:00
proxy.go AuthProxy: Allow disabling Auth Proxy cache (#83755) 2024-03-01 11:31:06 +01:00
render_test.go AuthN: Use fetch user sync hook for render keys connected to a user (#84080) 2024-03-12 09:15:14 +01:00
render.go AuthN: Use fetch user sync hook for render keys connected to a user (#84080) 2024-03-12 09:15:14 +01: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