grafana/pkg/services/authn/clients
Karl Persson 5ca8ea40c1
AuthN: Cleanup authn package (#63456)
* AuthN: Update comments for ClientParams

* AuthN: Update flag name from SyncTeamMembers to SyncTeams

* UserSync: rename function and fix order of parameters so it is correct

* UserSync: Fix so we skip check if no authModule or authID is passed

* UserSync: move quota check to create user function

* UserSync: Move FetchSyncedUserHook to UserSync

* UserSync: Move last seen user hook to user sync service

* ApiKey: Implement last seen hook as a client hook instead
2023-02-21 11:21:34 +01:00
..
anonymous_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
anonymous.go Authn: Stat registration (#62934) 2023-02-06 17:23:53 +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: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
grafana.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
jwt_test.go AuthN: fetch final state of signed in user (#62854) 2023-02-03 14:14:38 +01:00
jwt.go AuthN: fetch final state of signed in user (#62854) 2023-02-03 14:14:38 +01:00
ldap_test.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
ldap.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
oauth_test.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
oauth.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
password_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
password.go Authn: Fix password client fallthrough (#63244) 2023-02-12 13:42:47 +00:00
proxy_test.go AuthN: support sync cache for proxy client (#62874) 2023-02-06 13:30:05 +01:00
proxy.go AuthN: support sync cache for proxy client (#62874) 2023-02-06 13:30:05 +01:00
render_test.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2023-01-26 10:50:44 +01:00
render.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2023-01-26 10:50:44 +01:00
session_test.go AuthN: add support for client specific hooks (#62863) 2023-02-03 14:35:17 +01:00
session.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00