Skip to content

Can openid-client be used to validate OpenID Connect id tokens? #512

Answered by mastermatt
dspinellis asked this question in Q&A
Discussion options

You must be logged in to vote

ID Tokens are required to be JSON Web Tokens (JWTs). This library uses jose (created by the same author) to verify JWTs and is probably what you're looking for.
https://github.com/panva/jose/blob/HEAD/docs/functions/jwt_verify.jwtVerify.md#readme

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dspinellis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants