You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Security 5.2 supports two ways of token verification. The first is JWT and the second is opaque tokens. In this case, it appears that you have an opaque token.
Summary
use webflux. is there any filter like
OAuth2AuthenticationProcessingFilter
in projectspring-security-oauth
?because i don't use JWTActual Behavior
Actual i use redis token。in my old project,zuul gateway is a resource server
but now i change the gateway to spring cloud gateway.
the oauth2ResourceServer just support jwt in webflux , i cant use it like in
spring-security-oauth
。i need to check token and get Authentication by SecurityContextHolder by some filter like
OAuth2AuthenticationProcessingFilter
。i need to write the filter by myself?
Expected Behavior
some filter like
OAuth2AuthenticationProcessingFilter
Version
5.1.5
The text was updated successfully, but these errors were encountered: