DEV Community

Discussion on: Spring Security with JWT: OAuth 2 Resource Server

Collapse
 
vimodls profile image
Vimodls

Hi Nice Post,

Is there a way for me to access the org.springframework.security.oauth2.jwt.Jwt object in a filter rather than a controller. I would like the place some validations before the Controller gets invoked.

Thanks in Advance,
Vimod