https://trialtool.ijspreview.nl/register

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.users
context main
entry_point App\Security\AppFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#398
  -map: Symfony\Component\Security\Http\AccessMap {#397 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#408 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#430
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#164 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#408 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#429 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#124 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#204 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#165 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#440
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#425 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#433 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#461 …}
  -logger: Symfony\Bridge\Monolog\Logger {#408 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#165 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#442
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#165 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#433 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#202 …}
  -providerKey: "main"
  -successHandler: null
  -failureHandler: null
  -options: [
    "username_path" => "username"
    "password_path" => "password"
    "check_path" => "app_jsonlogin"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#408 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#124 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#441 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#437 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#466 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#470
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#164 …}
  -secret: "619LrmR"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#433 …}
  -logger: Symfony\Bridge\Monolog\Logger {#408 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#472
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#165 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#450 …}
  -map: Symfony\Component\Security\Http\AccessMap {#397 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#433 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#411
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#165 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#202 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#407 …}
}
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\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"