DEV Community

Discussion on: Spring boot + Spring Security 5 + OAuth2/OIDC Client - Deep Dive

Collapse
 
umeshumarani profile image
UmeshUmarani

Hi Shyamala,

Thanks a lot for the detailed description and working code.
Could you please add implementation of Resource Server (which accepts the access_token and responds with protected_resource) as per oauth.com/oauth2-servers/token-int... (Resource server introspects the access_token and caches it for future request processing)

Collapse
 
shyamala_u profile image
Shyamala

Hi Thank you for the feedback. Its a good idea for my next blog post :) in this series