spring-security-samples icon indicating copy to clipboard operation
spring-security-samples copied to clipboard

Add sample for Opaque Token endpoint that returns a JWT

Open jzheaux opened this issue 1 year ago • 1 comments

Related to https://github.com/spring-projects/spring-security/issues/15467

It may be possible to configure Spring Authorization Server to return a JWT as part of the introspection endpoint. Given that, it would be nice to demonstrate how to create a custom OpaqueTokenIntrospector that returns the verified JWT.

jzheaux avatar Jul 30 '24 17:07 jzheaux

Hi @jzheaux. I will work on this issue this week.

franticticktick avatar Jul 30 '24 21:07 franticticktick