grafana/pkg/infra/remotecache
Jo 4821175d40
Auth: Add auth.azure_ad security improvements (#912)
* security improvements id_token

* add audience validation

* add allowOrganizations

* add allowOrganizations tests and documentation

* add log warn on no configuration

* anonymize tenant id

* Apply suggestions from code review

Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>

* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>

* Update pkg/login/social/azuread_oauth_test.go

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>

* Update pkg/login/social/azuread_oauth_test.go

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>

* optimize key validation and add mising fields

* fix missing key_id

* lint

* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md

Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>

* lint docs

---------

Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2023-06-23 09:13:38 +02:00
..
database_storage_test.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
database_storage.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
memcached_storage_integration_test.go Build: Fix Redis/Memcached integration tests (#64298) 2023-04-05 11:55:55 +03:00
memcached_storage.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
redis_storage_integration_test.go Build: Fix Redis/Memcached integration tests (#64298) 2023-04-05 11:55:55 +03:00
redis_storage_test.go Chore: Add go-redis v8 dependency (#39442) 2021-09-20 22:21:59 +02:00
redis_storage.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
remotecache_test.go Auth: Add auth.azure_ad security improvements (#912) 2023-06-23 09:13:38 +02:00
remotecache.go remotecache: set secret service on encryptionstorage (#64849) 2023-03-15 20:19:35 +01:00
test_utils.go Auth: Add auth.azure_ad security improvements (#912) 2023-06-23 09:13:38 +02:00
testing.go RemoteCache: Cleanup infra remote cache (#64381) 2023-03-09 09:26:13 +01:00