GenericMethodSecurityExpressionHandler
should accept expression root suppliers for many authentication type
#53
Labels
bug
Something isn't working
If a
GenericMethodSecurityExpressionHandler
configured for a given authentication type, let's sayOAuthentication<OpenidClaimSet>
, then an exception is thrown when an other type ofAuthentication
is in the security context (for instance anAnonymousAuthenticationToken
, or whatever else one of the authentication managers can decide)The text was updated successfully, but these errors were encountered: