spring-projects / spring-security-samples

1.39k stars 685 forks source link

Add sample for Opaque Token endpoint that returns a JWT #295

Open jzheaux opened 1 month ago

jzheaux commented 1 month ago

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.

CrazyParanoid commented 1 month ago

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