-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DenyAnonymousAuthorizationRequirement doc comment #51490
Conversation
…s different than class name
Thanks for your PR, @davhdavh. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
I'm confused Unlike what the name of the class implies, where you would expect failure if not authenticated, it instead succeeds if you are authenticated. So, what happens if you are unauthenticated? |
That gets handled further up in the chain, but this particular class does not set the Fail condition |
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
DenyAnonymousAuthorizationRequirement: Actual behaviour is different than class name
Description
Actual behavior of
DenyAnonymousAuthorizationRequirement
is different than class name implies.Addresses #4656