-
Notifications
You must be signed in to change notification settings - Fork 6k
Resource Server verifies JWT using JWK #5130
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
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Comments
When will Resource Server support for simple Bearer tokens be available? |
Opaque token support will likely come after 5.1 is released. |
jzheaux
added a commit
to jzheaux/spring-security-oauth2-resource-server
that referenced
this issue
Mar 29, 2018
This commit proves Resource Server's existing support for JWT validation using a JWK set url as already supported by NimbusJwtDecoderJwkSupport. No functionality is added to support this feature as it was already available through components development for OAuth2 Client. Fixes: spring-projects/spring-security#5130
jzheaux
added a commit
to jzheaux/spring-security-oauth2-resource-server
that referenced
this issue
Mar 29, 2018
This commit proves Resource Server's existing support for JWT validation using a JWK set url as already supported by NimbusJwtDecoderJwkSupport. No functionality is added to support this feature as it was already available through components development for OAuth2 Client. Fixes: spring-projects/spring-security#5130
jzheaux
added a commit
to jzheaux/spring-security-oauth2-resource-server
that referenced
this issue
Mar 29, 2018
This commit proves Resource Server's existing support for JWT validation using a JWK set url as already supported by NimbusJwtDecoderJwkSupport. No functionality is added to support this feature as it was already available through components development for OAuth2 Client. Fixes: spring-projects/spring-security#5130
jzheaux
added a commit
to jzheaux/spring-security-oauth2-resource-server
that referenced
this issue
Apr 10, 2018
This commit proves Resource Server's existing support for JWT validation using a JWK set url as already supported by NimbusJwtDecoderJwkSupport. No functionality is added to support this feature as it was already available through components development for OAuth2 Client. Fixes: spring-projects/spring-security#5130
jzheaux
added a commit
to jzheaux/spring-security-oauth2-resource-server
that referenced
this issue
Apr 11, 2018
This commit proves Resource Server's existing support for JWT validation using a JWK set url as already supported by NimbusJwtDecoderJwkSupport. No functionality is added to support this feature as it was already available through components development for OAuth2 Client. Issue: spring-projects/spring-security#5130
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Jul 16, 2018
Introducing initial support for Jwt-Encoded Bearer Token authorization with remote JWK set signature verification. High-level features include: - Accepting bearer tokens as headers and form or query parameters - Verifying signatures from a remote Jwk set And: - A DSL for easy configuration - A sample to demonstrate usage Fixes: spring-projectsgh-5128 Fixes: spring-projectsgh-5125 Fixes: spring-projectsgh-5121 Fixes: spring-projectsgh-5130 Fixes: spring-projectsgh-5226 Fixes: spring-projectsgh-5237
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Resource Server will initially provide support for verifying the signature (JWS) of a JWT using a JWK obtained from the JWK Set URI.
The text was updated successfully, but these errors were encountered: