-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support for JWK #115
Comments
Not currently, but it will be implemented before 1.0 final for sure. We're currently working on JWE, and that will likely need JWK concepts, so we might get to JWK at the same time - we'll see. Stay tuned! (PRs always welcome too! ;) ). |
Thanks! Will wait for it. |
Out of curiosity, can you please explain your particular use case so we have an understanding of what is going on so we can prioritize accordingly? |
In our case, we don’t have cert or secret key for validation. We will get the JWK set from the OAuth 2.0 server, published at a well-known URL. We want to use it and get our JWT validate. |
So let me see if my understanding is correct:
Is this correct? I just want to ensure that I actually understand the use case. If this isn't the case, please correct me :) Thanks! |
Yes,this is the correct use case. Thanks! |
👍 |
@lhazlewood, is the support for jwk out yet? Here is what I am trying to achieve..
Just wanted to grab the JKS using https and then get the claims from JWT. |
I'm also interested on knowing if you have support for this. |
+1 for this as well. We've switched to a different parsing library that supports it. |
Yeah, just use jose4j and save yourself some time |
Do JJWT have support for JWK? How can I verify the JWT using JWK?
Please provide any example.
Thanks,
DSingh13
The text was updated successfully, but these errors were encountered: