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
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
The constructor overload for AuthorizeAttribute taking an IEnumerable as argument doesn't make sense because .NET expects all attribute arguments to be compile time constants.
The text was updated successfully, but these errors were encountered:
victorhurdugaci
changed the title
AuthorizeAttribute(IEnumerable<Claim> claims) doesn't make sense
AuthorizeAttribute(IEnumerable<Claim>) doesn't make sense
Apr 29, 2014
We should move this issue to WebFX. I agree we need an overload with a single claim, but multiple ones do make sense in the sense they represent a logical OR.
The constructor overload for AuthorizeAttribute taking an IEnumerable as argument doesn't make sense because .NET expects all attribute arguments to be compile time constants.
cc @sebastienros
The text was updated successfully, but these errors were encountered: