Add a JWT filter
juancgalvis opened this issue · 2 comments
juancgalvis commented
Is your feature request related to a problem? Please describe.
Usually we need to authorize requests through a JWT
Describe the solution you'd like
Add an entrypoint configuration for RESTMVC and WEBFLUX to validate JWT, please consider generic implementations and Azure AD specific implementations.
Enable roles authorization too like: @PreAuthorize("hasRole('admin')")