Replies: 1 comment
-
@ccpulse it causes the method to fail on purpose and as documented - May I recommend to use the JWS interface (does not do any IANA claim type validations) and manually validate the returned payload claims until your provider issuer produces a valid JWT? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The provider of the JWT I'm trying to verify has provided string values for several of the timestamp fields (iat, nfb etc) which currently cause the verify method to fail - even with the ignoreIat field set. Would it be possible to change this behaviour to only validate fields which are going to be used for the verification?
Beta Was this translation helpful? Give feedback.
All reactions