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

Adding kid to the header of the JWT token issued by light-java. #46

Closed
stevehu opened this issue Apr 6, 2017 · 0 comments
Closed

Adding kid to the header of the JWT token issued by light-java. #46

stevehu opened this issue Apr 6, 2017 · 0 comments

Comments

@stevehu
Copy link
Contributor

stevehu commented Apr 6, 2017

This is necessary to support multiple public key certificates on light-oauth2. Also, for the resource service to verify a in coming JWT token, it won't need to iterate every key available but just pick the right key to verify the token. If token verification module cannot find the right key locally, it will call the light-oauth2 key service to get the public key certificate by kid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant