grafana/pkg/services/auth/jwt
linoman e4250a72db
JWT: Find login and email claims with JMESPATH (#85305)
* add function to static function to static service

* find email and login claims with jmespath

* rename configuration files

* Replace JWTClaims struct for map

* check for subclaims error
2024-03-28 17:25:26 +01:00
..
auth_test.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
auth.go JWT: Find login and email claims with JMESPATH (#85305) 2024-03-28 17:25:26 +01:00
jwt.go JWT: Find login and email claims with JMESPATH (#85305) 2024-03-28 17:25:26 +01:00
key_sets_test.go Auth: Respect cache control for JWKS in auth.jwt (#68872) 2023-05-23 12:29:10 +02:00
key_sets.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
rsa_keys_test.go Chore: Bump golangci-lint v1.57.1 (#84998) 2024-03-25 15:28:24 +01:00
signing_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
validation.go JWT: Find login and email claims with JMESPATH (#85305) 2024-03-28 17:25:26 +01:00