Skip to content

[Security][Profiler] “Allows anonymous” always false with enable_authenticator_manager #40907

@MatTheCat

Description

@MatTheCat

Symfony version(s) affected: ≥ 5.1.0

Description
In the profiler’s security panel there is an “Allows anonymous” box.

firewall

Since anonymous users no longer exist using the new authentication system it will always show a red cross.

How to reproduce

  1. Enable security.enable_authenticator_manager
  2. Load any page
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions