https://brand.develey.blackbit.io/admin/login/login?perspective= Return to referer URL

Security Token

admin Username
Authenticated
Property Value
Roles
[
  "ROLE_PIMCORE_ADMIN"
  "ROLE_TESTEDITOR"
]
Inherited Roles
[
  "ROLE_PIMCORE_USER"
]
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#282
  -providerKey: "admin"
  -user: Pimcore\Bundle\AdminBundle\Security\User\User {#284 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#261
      -role: "ROLE_PIMCORE_ADMIN"
    }
    Symfony\Component\Security\Core\Role\Role {#254
      -role: "ROLE_TESTEDITOR"
    }
  ]
  -roleNames: [
    "ROLE_PIMCORE_ADMIN"
    "ROLE_TESTEDITOR"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider Pimcore\Bundle\AdminBundle\Security\User\UserProvider
context (none)
entry_point Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "two_factor"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#157
  -map: Symfony\Component\Security\Http\AccessMap {#158 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#168 …}
  -logger: Symfony\Bridge\Monolog\Logger {#141 …}
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#170
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#171 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#522 …}
  -providerKey: "admin"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#173 …}
  -logger: Symfony\Bridge\Monolog\Logger {#141 …}
  -rememberMeServices: null
}
76.58 ms
Symfony\Component\HttpFoundation\RedirectResponse {#219
  #targetUrl: "/admin/?_dc=1754034573&perspective="
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1000 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/admin/?_dc=1754034573&amp;perspective='" />\n
    \n
            <title>Redirecting to /admin/?_dc=1754034573&amp;perspective=</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/admin/?_dc=1754034573&amp;perspective=">/admin/?_dc=1754034573&amp;perspective=</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}

Security Voters (4)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"