POST http://qa-sid.dienst.ar/api/public/login

Security

Token

20-37344843-6 Username
Authenticated
Property Value
Roles
[
  "ROLE_COLABORADOR"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#2496
  -user: App\Entity\Usuario {#1807 …}
  -roleNames: [
    "ROLE_COLABORADOR"
  ]
  -attributes: []
  -firewallName: "login"
}

Firewall

login Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\AgenteUserProvider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "json_login"
  "api.custom_authenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#536
  -map: Symfony\Component\Security\Http\AccessMap {#548 …}
  -logger: Monolog\Logger {#517 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#939
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#926 …}
}
813.69 ms
Symfony\Component\HttpFoundation\JsonResponse {#2552
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#2626 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTAxNzMwMTQsImV4cCI6MTc1MDE3NjYxNCwicm9sZXMiOlsiUk9MRV9DT0xBQk9SQURPUiJdLCJ1c2VybmFtZSI6IjIwLTM3MzQ0ODQzLTYifQ.nkuLeHHwpZHH69P07k04-soO5p-z-V62i9qgdQZhOFyhuGvMt1cWgQJO5aAmMizzzjhqsstawil0mAZHWRz-FpWBXh4MSC8EpOdwEU2waADTkxCjNWVF6SQz2W4BB5N6NMI8fdNcZszNgmzrZOddRfA5kqt7lWC-6lfLmkfisCshDVpVjsY2zspUOQKF4Na6iG2CZgFRywg1uxwYq-Z7kjHntfWHcxRJIbMafsIW2Ibl-gsXevAi7-sT7t-0hmWnZl6VGYjy2C6mDSzUFK5eyMYHsmmd1IJeyMsk73TCvBUzLhdE24AO5km4nty0mEiBztQ9UoA_hQbNhxijkhgazQ","user":{"id":139,"email":"franciscoprueba@gmail.com"},"agente":{"cuil":"20-37344843-6","nombre":"Francisco","apellido":"Traiani"}}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTAxNzMwMTQsImV4cCI6MTc1MDE3NjYxNCwicm9sZXMiOlsiUk9MRV9DT0xBQk9SQURPUiJdLCJ1c2VybmFtZSI6IjIwLTM3MzQ0ODQzLTYifQ.nkuLeHHwpZHH69P07k04-soO5p-z-V62i9qgdQZhOFyhuGvMt1cWgQJO5aAmMizzzjhqsstawil0mAZHWRz-FpWBXh4MSC8EpOdwEU2waADTkxCjNWVF6SQz2W4BB5N6NMI8fdNcZszNgmzrZOddRfA5kqt7lWC-6lfLmkfisCshDVpVjsY2zspUOQKF4Na6iG2CZgFRywg1uxwYq-Z7kjHntfWHcxRJIbMafsIW2Ibl-gsXevAi7-sT7t-0hmWnZl6VGYjy2C6mDSzUFK5eyMYHsmmd1IJeyMsk73TCvBUzLhdE24AO5km4nty0mEiBztQ9UoA_hQbNhxijkhgazQ","user":{"id":139,"email":"franciscoprueba@gmail.com"},"agente":{"cuil":"20-37344843-6","nombre":"Francisco","apellido":"Traiani"}}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.00 ms (none) (none)
"App\Security\ApiCustomAuthenticator"
145.89 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#1778
  #user: App\Entity\Usuario {#1807 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#1375
      -userIdentifier: "20-37344843-6"
      -userLoader: Closure($cuil) {#1779 …}
      -user: App\Entity\Usuario {#1807 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#1775
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#1777
      -enabled: false
      +parameters: []
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#2494
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}
UserBadge PasswordCredentials RememberMeBadge PasswordUpgradeBadge

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"