-
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 JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens #439
Comments
good , I'm really looking forward to it. |
Recently, I have been thinking about how to use what I have to achieve the effect of JWT, but I am not very satisfied. |
Thanks @andifalk ! We'll look at implementing this in one of the upcoming releases. |
Most of the required claims are there, except for client_id and jti.
|
good , I'm really looking forward to it too. |
Any updates? |
@chenzhenjia We're targeting this for |
Thanks, when will 1.5 be released? |
Expected Behavior
There is a new IETF specification for JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens which has already been approved by the IESG and will be published as final RFC very soon.
This specification aims to provide a standardized and interoperable profile as an alternative to the proprietary JWT access token layouts going forward.
This adds the following details for compliant JWT access tokens:
At least, it should be configurable to issue JWT access tokens supporting this new standardization effort.
Current Behavior
Currently, JWT access tokens issued are not following/supporting this new specification
Context
Note: I also added an issue to the spring security project (spring-projects/spring-security#10272) for documenting the required configuration to validate such tokens as part of the reference docs.
The text was updated successfully, but these errors were encountered: