minio/internal/config/identity/openid
Pavel M 112f9ae087
claim exp should be integer (#13582)
claim exp can be 

- float64
- json.Number

As per OIDC spec https://openid.net/specs/openid-connect-core-1_0.html#IDToken

Avoid using strings since the upstream library only supports these two types now.
2021-11-04 12:03:43 -07:00
..
provider rename all access token to id_tokens 2021-07-27 22:38:12 -07:00
ecdsa-sha3_contrib.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
help.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00
jwks_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jwks.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jwt_test.go claim exp should be integer (#13582) 2021-11-04 12:03:43 -07:00
jwt.go claim exp should be integer (#13582) 2021-11-04 12:03:43 -07:00
rsa-sha3_contrib.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
validators_test.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00
validators.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00