https://conreg.silk-sh.eu/profile/trigger-password-reset

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#659
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
  -secret: "QehuuT4"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.users
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#191
  -map: Symfony\Component\Security\Http\AccessMap {#192 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#227 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#173
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#295 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#227 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#172 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#438 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#225 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#296 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#158
  #options: [
    "check_path" => "login"
    "login_path" => "login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#227 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#165 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#220 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#296 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#157 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#438 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#162 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#161 …}
  -rememberMeServices: null
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#152
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#295 …}
  -secret: "QehuuT4"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#165 …}
  -logger: Symfony\Bridge\Monolog\Logger {#227 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#144
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#296 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#150 …}
  -map: Symfony\Component\Security\Http\AccessMap {#192 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#165 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#230
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#296 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#220 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#231 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\ChannelSettingVoter"
5
"App\Security\CustomerVoter"
6
"App\Security\DeviceVoter"
7
"App\Security\LicenseVoter"
8
"App\Security\LineTypeGroupVoter"
9
"App\Security\LineTypeVoter"
10
"App\Security\MeasurementViewVoter"
11
"App\Security\MeasurementVoter"
12
"App\Security\NotificationVoter"
13
"App\Security\RecipeToSyncVoter"
14
"App\Security\RecipeVoter"
15
"App\Security\UserSettingVoter"
16
"App\Security\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\ChannelSettingVoter"
ACCESS ABSTAIN
"App\Security\CustomerVoter"
ACCESS ABSTAIN
"App\Security\DeviceVoter"
ACCESS ABSTAIN
"App\Security\LicenseVoter"
ACCESS ABSTAIN
"App\Security\LineTypeGroupVoter"
ACCESS ABSTAIN
"App\Security\LineTypeVoter"
ACCESS ABSTAIN
"App\Security\MeasurementViewVoter"
ACCESS ABSTAIN
"App\Security\MeasurementVoter"
ACCESS ABSTAIN
"App\Security\NotificationVoter"
ACCESS ABSTAIN
"App\Security\RecipeToSyncVoter"
ACCESS ABSTAIN
"App\Security\RecipeVoter"
ACCESS ABSTAIN
"App\Security\UserSettingVoter"
ACCESS ABSTAIN
"App\Security\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED ROLE_CUSTOMER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\ChannelSettingVoter"
ACCESS ABSTAIN
"App\Security\CustomerVoter"
ACCESS ABSTAIN
"App\Security\DeviceVoter"
ACCESS ABSTAIN
"App\Security\LicenseVoter"
ACCESS ABSTAIN
"App\Security\LineTypeGroupVoter"
ACCESS ABSTAIN
"App\Security\LineTypeVoter"
ACCESS ABSTAIN
"App\Security\MeasurementViewVoter"
ACCESS ABSTAIN
"App\Security\MeasurementVoter"
ACCESS ABSTAIN
"App\Security\NotificationVoter"
ACCESS ABSTAIN
"App\Security\RecipeToSyncVoter"
ACCESS ABSTAIN
"App\Security\RecipeVoter"
ACCESS ABSTAIN
"App\Security\UserSettingVoter"
ACCESS ABSTAIN
"App\Security\UserVoter"
ACCESS ABSTAIN
Show voter details