https://back-immoch.mypreprod.xyz/api/immo/v2/check_authorization_for_figuration

Security

Token

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

Firewall

client Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\DataProvider\UserProvider
context (none)
entry_point lexik_jwt_authentication.jwt_token_authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "guard"
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#323
  -map: Symfony\Component\Security\Http\AccessMap {#324 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#312 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#350
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#340 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#346 …}
  -providerKey: "client"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#351 …}
  -logger: Symfony\Bridge\Monolog\Logger {#312 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1635 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#356
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1635 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#346 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#307 …}
  -providerKey: "client"
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#355 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#358 …}
  -options: [
    "username_path" => "username"
    "password_path" => "password"
    "check_path" => "/api/immo/v2/login_check"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#312 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1871 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#1547 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#360 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#1604 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#363
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1634 …}
  -secret: "HLdODx8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#346 …}
  -logger: Symfony\Bridge\Monolog\Logger {#312 …}
}
0.28 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#374
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1635 …}
  -provider: App\DataProvider\UserProvider {#368 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#375 …}
  -firewallName: "client"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1850 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#312 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1871 …}
  -stateless: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#314
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1635 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_client_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#307 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#315 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#364
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1635 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1850 …}
  -map: Symfony\Component\Security\Http\AccessMap {#324 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#346 …}
  -exceptionOnNoToken: true
}
0.01 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\Voter\FeatureVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\FeatureVoter"
ACCESS DENIED
Show voter details