-
Notifications
You must be signed in to change notification settings - Fork 4k
Add support for RFC 7516 JWE in spring-security-jwt #575
Comments
How about writing a spring wrapper for nimbus-jose-jwt? Could It be implemented in the spring-security-oauth/spring-security-oauth2 module as an alternative to spring-security-jwt with the nimbus-jose-jwt (License ASF2) dependency as optional? |
I like the idea of wrapping an existing lib, here's another one: On Thu, Oct 8, 2015 at 2:52 PM, George Spalding [email protected]
|
I set up a sonar instance to do a quick (rather un-scientific) static analysis of the two projects. Nimbus commit: 97902155b45833ee9d604b0ef0d0c4759b1432db
|
…ng Nimbus lib, also using JWKs
Hi, for info I found some incompatibility at runtime between spring-boot-test in web environment and nimbus JOSE due to the following shared dependency :
Seems like nimbus JOSE use a too old version (1.3.1) in respect of Spring-test (2.2.1). Forcing 2.2.1 seems to work fine with JOSE in my case, but it would be nice if the nimbus team could upgrade this dependency. |
It would be nice to get this so that OAuth2 via Spring can be used in a safer manner in scenarios with high security requirements. It is generally not a bad idea to hide token content from attackers, especially when there is a lot of content in (almost or fully) self-contained tokens, that without encryption leak information about functional areas, roles, rights, internal entity IDs, etc. |
Hi is this feature in any backlog now?... we are going to use nimbus to customize the jwt converter as we really need JWE working.... |
We are not adding any new features to this project as it's in maintenance mode. Our efforts our focused in building out the new OAuth support in Spring Security 5.x. JWE support will be added to Spring Security 5.x. |
It would be nice if spring-security-jwt provided RFC 7516 json web encryption on top of jwt. A la nimbus-jose-jwt
The text was updated successfully, but these errors were encountered: