https://betaerp.laroutedeslangues.com/webhook/email/status

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "guard"
  "two_factor"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#3113
  -map: Symfony\Component\Security\Http\AccessMap {#3114 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#3226
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1936 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3225 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1393 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#3079 …}
  -rememberMeServices: Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#3219 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
    "enableUsageTracking"
  ]
}
0.37 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#3250
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#3240 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3243 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3257 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
  -rememberMeServices: Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#3219 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener {#3254
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3243 …}
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#1169 …}
  -successHandler: Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#3230 …}
  -failureHandler: Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#3253 …}
  -authenticationRequiredHandler: Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler {#3252 …}
  -csrfTokenManager: Scheb\TwoFactorBundle\Security\TwoFactor\Csrf\NullCsrfTokenManager {#3251 …}
  -trustedDeviceManager: null
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1393 …}
  -twoFactorTokenFactory: Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory {#3249 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#3260
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1936 …}
  -rememberMeServices: Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#3219 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3243 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1393 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#3247 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#3263
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1936 …}
  -secret: "P6o9wy0"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3243 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
}
6.37 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#3328
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#3327 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#3273 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#3285 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#3098 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1393 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#3095
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "security_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1939 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#3096 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#3279
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#1169 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#3330 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#3331
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1935 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#3285 …}
  -map: Symfony\Component\Security\Http\AccessMap {#3114 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3243 …}
  -exceptionOnNoToken: true
}
0.81 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
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\AccommodationTypeVoter"
6
"App\Security\Voter\AccommodationVoter"
7
"App\Security\Voter\ActivityVoter"
8
"App\Security\Voter\ArticleTagVoter"
9
"App\Security\Voter\ArticleVoter"
10
"App\Security\Voter\BrandVoter"
11
"App\Security\Voter\BrochureVoter"
12
"App\Security\Voter\CartLineVoter"
13
"App\Security\Voter\CartVoter"
14
"App\Security\Voter\CertificationVoter"
15
"App\Security\Voter\CityVoter"
16
"App\Security\Voter\CorrespondentVoter"
17
"App\Security\Voter\CountryVoter"
18
"App\Security\Voter\CrmVoter"
19
"App\Security\Voter\CurrencyVoter"
20
"App\Security\Voter\CustomerEmailTemplateVoter"
21
"App\Security\Voter\CustomerVoter"
22
"App\Security\Voter\DiscountCodeVoter"
23
"App\Security\Voter\DiscountVoter"
24
"App\Security\Voter\DocumentHeaderFooterVoter"
25
"App\Security\Voter\DocumentRequiredVoter"
26
"App\Security\Voter\DocumentVersionVoter"
27
"App\Security\Voter\DocumentVoter"
28
"App\Security\Voter\ExamVoter"
29
"App\Security\Voter\ExportVoter"
30
"App\Security\Voter\FaqVoter"
31
"App\Security\Voter\FileAccommodationVoter"
32
"App\Security\Voter\FileAdditionalDocumentVoter"
33
"App\Security\Voter\FileDocumentVoter"
34
"App\Security\Voter\FileInvoiceToBeIssuedVoter"
35
"App\Security\Voter\FilePaymentVoter"
36
"App\Security\Voter\FileSchoolVoter"
37
"App\Security\Voter\FileViewVoter"
38
"App\Security\Voter\FileVoter"
39
"App\Security\Voter\GeneralConditionOfSaleVoter"
40
"App\Security\Voter\GlobalFeeVoter"
41
"App\Security\Voter\GroupPnrVoter"
42
"App\Security\Voter\GroupVoter"
43
"App\Security\Voter\InfrastructureVoter"
44
"App\Security\Voter\InsuranceSendedVoter"
45
"App\Security\Voter\InvoiceVoter"
46
"App\Security\Voter\JobVoter"
47
"App\Security\Voter\LandingPageVoter"
48
"App\Security\Voter\LanguageVoter"
49
"App\Security\Voter\MandateRateCategoryVoter"
50
"App\Security\Voter\MandateRateItemVoter"
51
"App\Security\Voter\MandateRateVoter"
52
"App\Security\Voter\OptionVoter"
53
"App\Security\Voter\ParametersVoter"
54
"App\Security\Voter\ParticipantSchoolEstablishmentVoter"
55
"App\Security\Voter\ParticipantVoter"
56
"App\Security\Voter\PaymentVoter"
57
"App\Security\Voter\PersonalityTraitVoter"
58
"App\Security\Voter\PlanningStayEmailVoter"
59
"App\Security\Voter\PricingDateSlotVoter"
60
"App\Security\Voter\PricingsExtraVoter"
61
"App\Security\Voter\PricingsFeeVoter"
62
"App\Security\Voter\PricingsOptionVoter"
63
"App\Security\Voter\PricingsTariffVoter"
64
"App\Security\Voter\ProductAgeVoter"
65
"App\Security\Voter\ProductCategoryVoter"
66
"App\Security\Voter\ProductDataRequiredVoter"
67
"App\Security\Voter\ProductServiceVoter"
68
"App\Security\Voter\ProductTransferConstraintVoter"
69
"App\Security\Voter\ProductVoter"
70
"App\Security\Voter\ProviderFormulaVoter"
71
"App\Security\Voter\ProviderInvoiceVoter"
72
"App\Security\Voter\ProviderVoter"
73
"App\Security\Voter\QuestionVoter"
74
"App\Security\Voter\QuotationLineVoter"
75
"App\Security\Voter\QuotationVoter"
76
"App\Security\Voter\SchoolVoter"
77
"App\Security\Voter\SentenceVoter"
78
"App\Security\Voter\SwitchToCustomerVoter"
79
"App\Security\Voter\TagsVoter"
80
"App\Security\Voter\TransportAirlineCompanyVoter"
81
"App\Security\Voter\TransportAirportVoter"
82
"App\Security\Voter\TransportRailwayCompanyVoter"
83
"App\Security\Voter\TransportRoutingVoter"
84
"App\Security\Voter\TransportSegmentVoter"
85
"App\Security\Voter\TransportTrainStationVoter"
86
"App\Security\Voter\UserVoter"
87
"App\Security\Voter\WebinarVoter"
88
"App\Security\Voter\WitnessVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#6
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#11 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#14 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#13 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#15 …}
  #content: "{"id":830728,"email":"[email protected]","message-id":"\[email protected]\u003e","date":"2024-11-23 15:58:57","tag":"","event":"soft_bounce","subject":"Réinitialisation de votre mot de passe","sending_ip":"185.41.28.18","ts_event":1732373937,"ts":1732373937,"template_id":240,"reason":"450-4.2.1 The user you are trying to contact is receiving mail at a rate that\n   450-4.2.1 prevents additional messages from being delivered. Please resend your\n   450-4.2.1 message at a later time. If the user is able to receive mail at that\n   450-4.2.1 time, your message will be delivered. For more information, go to\n   450 4.2.1  https://support.google.com/mail/?p=ReceivingRate 5b1f17b1804b1-43487c0e33bsi21879755e9.152 - gsmtp","ts_epoch":1732373937000,"sender_email":"[email protected]"}"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/webhook/email/status"
  #requestUri: "/webhook/email/status"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#3233 …}
  #locale: "en"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details