Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Added note about anonymous users and access denied handlers#13615
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| ..note:: | ||
| The ``AccessDeniedHandler`` will not be invoked if an anonymous user is trying to | ||
| access a protected resource. That will be an ``InsufficientAuthenticationException``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I don't think the second sentence is very relevant (that's an implementation detail, required to run entry points). What about something like "In that case, the authentication entry point will be called" (I realize that we do not explain "entry point" anywhere in the docs 😞, but that'll need to change for#13605 anyways).
wouterj commentedAug 9, 2020
Hi Tobias! thanks for starting this PR (and notifying me about this some months ago). I've continued this by expanding and rewritting this article in#14045 I'm closing this one in favor of that one. |
This will help to be more clear about the confusion insymfony/symfony#28229