Skip to content
New issue

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

Does this support the x5c/x5u fields in JWS? (RFC-7515) #66

Closed
lggomez opened this issue Aug 3, 2021 · 2 comments
Closed

Does this support the x5c/x5u fields in JWS? (RFC-7515) #66

lggomez opened this issue Aug 3, 2021 · 2 comments
Labels
enhancement New feature or request jwt-go: legacy

Comments

@lggomez
Copy link
Member

lggomez commented Aug 3, 2021

Migrated from dgrijalva/jwt-go#325:

itstehkman commented on May 4, 2019

This would be an awesome feature. I took a very quick look and it seems like this project does not support it, but maybe I am wrong.

See https://tools.ietf.org/html/rfc7515#section-4.1.6 for more details on this field - it is essentially providing the certificate and its chain in some JWT headers so that both the signature and the cert can be verified.

FWIW, I am trying to add support to the main ruby JWT library, I can post back here with what the PR looks like there. jwt/ruby-jwt#59 (jwt/ruby-jwt#59)

@lggomez lggomez added enhancement New feature or request jwt-go: legacy labels Aug 3, 2021
@lggomez
Copy link
Member Author

lggomez commented Aug 3, 2021

dgrijalva commented on May 21, 2019

It does not at the moment, though I'd be open to reviewing a PR.

@oxisto
Copy link
Collaborator

oxisto commented Aug 3, 2021

I think this was largely superseded by the idea of JSON web keys. Which might be interested to support as part of the request package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jwt-go: legacy
Projects
None yet
Development

No branches or pull requests

3 participants