zitadel-oidc/pkg/oidc
Witold Konior 763d3334e7
feat: Enable parsing email_verified from string. (#139)
* Enable parsing email_verified from string.

AWS Cognito will return email_verified from /userinfo endpoint as string.
This fix will accept proper boolean values as well as string values.

Links for reference:
https://forums.aws.amazon.com/thread.jspa?messageID=949441&#949441
https://discuss.elastic.co/t/openid-error-after-authenticating-against-aws-cognito/206018/11

* feat: Enable parsing email_verified from string.
2021-11-02 09:14:33 +01:00
..
grants feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
authorization.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
code_challenge.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
discovery.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
introspection.go feat: Enable parsing email_verified from string. (#139) 2021-11-02 09:14:33 +01:00
jwt_profile.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
keyset.go fix: improve JWS and key verification (#128) 2021-09-14 15:13:44 +02:00
keyset_test.go fix: improve JWS and key verification (#128) 2021-09-14 15:13:44 +02:00
session.go refactoring 2020-09-28 08:14:10 +02:00
token.go fixes 2021-07-06 08:58:35 +02:00
token_request.go custom claims for assertion and jwt profile request 2021-06-23 14:01:31 +02:00
types.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
types_test.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
userinfo.go feat: Enable parsing email_verified from string. (#139) 2021-11-02 09:14:33 +01:00
userinfo_test.go feat: Enable parsing email_verified from string. (#139) 2021-11-02 09:14:33 +01:00
verifier.go fix: improve JWS and key verification (#128) 2021-09-14 15:13:44 +02:00