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
The Kotlin DSL has methods for conveniently specifying the access hasAuthority(String) and hasRole(String) in authorizeRequests.
I think it would be convenient to have method for hasAnyAuthority(String...) and hasAnyRole(String...).
Current Behavior
In the current version it is necessary to create access like "hasAnyAuthority('$anyAuthorities')".