We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement Request
Some JWTs, including those generated by Azure DevOps, do not contain a kid field and instead use the x5t field: https://www.rfc-editor.org/rfc/rfc7515#section-4.1.7
kid
x5t
From a cursory look through the code in this library, it seems that this should require some changes in the key_finder.rb file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement Request
Some JWTs, including those generated by Azure DevOps, do not contain a
kid
field and instead use thex5t
field: https://www.rfc-editor.org/rfc/rfc7515#section-4.1.7From a cursory look through the code in this library, it seems that this should require some changes in the key_finder.rb file.
The text was updated successfully, but these errors were encountered: