OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 590 forks source link

Interop between Spring Security and MicroProfile with JWT #3156

Open tjwatson opened 6 years ago

tjwatson commented 6 years ago

Details need to be filled in for this issue. At a high level there is evidence that Spring Security uses tokens that are not compliant with JWT security tokens and this causes issues if a Spring application uses Spring Security and tries to communicate with a micro service that is implemented with MicroProfile and uses the standard JWT app security.

yeekangc commented 5 years ago

Related to https://bigblue.aha.io/features/SEC-25.

tjwatson commented 5 years ago

@yeekangc I would like to keep @anjumfatima90 in the loop on this issue also. We are looking at other ways to potentially integrate Liberty security with our Spring Boot support.