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
bug #42354 [Ldap][Security] Make LdapAuthenticator an EntryPoint (dcp-dev, chalasr)
This PR was merged into the 5.3 branch.
Discussion
----------
[Ldap][Security] Make LdapAuthenticator an EntryPoint
| Q | A
| ------------- | ---
| Branch? | 5.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #42346
| License | MIT
| Doc PR | N/A
I added `@chalasr`'s recommandations given in symfony/symfony#42346 (comment)
Commits
-------
4daad9e784 Fix decorating non-entrypoint authenticators
0b0c15c019 [Ldap] Make LdapAuthenticator an EntryPoint
$this->logger->notice(sprintf('No Authentication entry point configured, returning a %s HTTP response. Configure "entry_point" on the firewall "%s" if you want to modify the response.', Response::HTTP_UNAUTHORIZED, $this->firewallName));
$this->logger->notice(sprintf('No Authentication entry point configured, returning a %s HTTP response. Configure "entry_point" on the firewall "%s" if you want to modify the response.', Response::HTTP_UNAUTHORIZED, $this->firewallName));
0 commit comments