https://test.sudekusa.com/api/v2/admin/authentication-token Return to referer URL

Security

Token

There is no security token.

Firewall

new_api_admin_user Name
Security enabled
Stateless

Configuration

Key Value
provider sylius.admin_user_provider.email_or_name_based
context (none)
entry_point security.authenticator.jwt.new_api_admin_user
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#6186
  -map: Symfony\Component\Security\Http\AccessMap {#6187 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#6194 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#6142
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#6143 …}
}
617.87 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationFailureResponse {#6623
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#6828 …}
  #content: "{"code":401,"message":"Invalid credentials."}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
  #data: "{"code":401,"message":"Invalid credentials."}"
  #callback: null
  #encodingOptions: 15
  -message: "Invalid credentials."
}

Authenticators

Authenticator Supports Duration Passport
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.00 ms (none)
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.38 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#6120
  #user: App\Entity\User\AdminUser {#6337 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#6119
      -userIdentifier: "info@sudekusa.com"
      -userLoader: [
        ContainerHUZdtaX\UsernameOrEmailProvider_3eaa26a - Sylius\Bundle\UserBundle\Provider\UsernameOrEmailProvider@proxy {#6176
          -valueHolder1a267: Sylius\Bundle\UserBundle\Provider\UsernameOrEmailProvider {#6101 …}
          -initializer48d86: null
        }
        "loadUserByUsername"
      ]
      -user: App\Entity\User\AdminUser {#6337 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#6114
      -password: "usaadmin506"
      -resolved: false
    }
  ]
  -attributes: []
}

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"