minio/internal/config/identity/openid
hellivan 0913eb6655
fix: openid config provider not initialized correctly (#14399)
Up until now `InitializeProvider` method of `Config` struct was
implemented on a value receiver which is why changes on `provider`
field where never reflected to method callers. In order to fix this
issue, the method was implemented on a pointer receiver.
2022-02-23 23:42:37 -08:00
..
provider rename all access token to id_tokens 2021-07-27 22:38:12 -07:00
ecdsa-sha3_contrib.go move to jwt-go v4 with correct releases (#13586) 2021-11-05 12:20:08 -07:00
help.go Add role ARN support for OIDC identity provider (#13651) 2021-11-26 19:22:40 -08:00
jwks.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jwks_test.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
jwt.go fix: openid config provider not initialized correctly (#14399) 2022-02-23 23:42:37 -08:00
jwt_test.go fix: openid config provider not initialized correctly (#14399) 2022-02-23 23:42:37 -08:00
rsa-sha3_contrib.go move to jwt-go v4 with correct releases (#13586) 2021-11-05 12:20:08 -07:00
validators.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00
validators_test.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00