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
Description
In the profiler’s security panel there is an “Allows anonymous” box.
Since anonymous users no longer exist using the new authentication system it will always show a red cross.
How to reproduce
Enable security.enable_authenticator_manager
Load any page
Go to the profiler’s security panel
Possible Solution
Should we remove that box? It seems FirewallConfig::allowsAnonymous won’t make sense when anonymous is no longer allowed in firewalls configuration?