minio/internal/config/identity
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
..
ldap fix: do not make TLS strict based on serverName (#13372) 2021-10-06 14:19:32 -07:00
openid claim exp should be integer (#13582) 2021-11-04 12:03:43 -07:00
tls fix: ignore empty values while parsing tlsEnabled value 2021-10-11 17:04:02 -07:00