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
Non-reactive spring security provides hasAnyAuthority() and hasAnyRole() for allowing access if the user has any of the provided authorities/roles. It would be great to see this supported in the reactive API as well.
Actual Behavior
The named methods do not exist on org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec
Expected Behavior
The named methods would be provided.
Configuration
Not applicable.
Version
5.1.2
Sample
Not applicable.
The text was updated successfully, but these errors were encountered:
Summary
Non-reactive spring security provides
hasAnyAuthority()
andhasAnyRole()
for allowing access if the user has any of the provided authorities/roles. It would be great to see this supported in the reactive API as well.Actual Behavior
The named methods do not exist on
org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec
Expected Behavior
The named methods would be provided.
Configuration
Not applicable.
Version
5.1.2
Sample
Not applicable.
The text was updated successfully, but these errors were encountered: