grafana/pkg/services/extsvcauth/oauthserver
Gabriel MABILLE 722b78f3e0
RBAC: Add userLogin filter to the permission search endpoint (#81137)
* RBAC: Search add user login filter

* Switch to a userService resolving instead

* Remove unused error

* Fallback to use the cache

* account for userID filter

* Account for the error

* snake case

* Add test cases

* Add api tests

* Fix return on error

* Re-order imports
2024-01-26 09:43:16 +01:00
..
api AuthN: Move oauthserver to extsvcauth (#75972) 2023-10-04 16:53:17 +02:00
oasimpl RBAC: Add userLogin filter to the permission search endpoint (#81137) 2024-01-26 09:43:16 +01:00
oastest ExtSvcAuth: Clean up orphaned external services on start up (#77951) 2023-11-16 12:07:42 +01:00
store ExtSvcAuth: Clean up orphaned external services on start up (#77951) 2023-11-16 12:07:42 +01:00
utils AuthN: Move oauthserver to extsvcauth (#75972) 2023-10-04 16:53:17 +02:00
errors.go AuthN: Set oauth client grant_types based on plugin state (#77248) 2023-10-27 14:45:04 +02:00
external_service_test.go AuthN: New service to support multiple authentication providers for plugins (#75979) 2023-10-05 18:13:06 +02:00
external_service.go AuthN: New service to support multiple authentication providers for plugins (#75979) 2023-10-05 18:13:06 +02:00
models.go ExtSvcAuth: Clean up orphaned external services on start up (#77951) 2023-11-16 12:07:42 +01:00