https://design.berufsreise-dev.at/oauthlogin

Security

Token

There is no security token.

Firewall

oauth2_api Name
Security enabled
Stateless

Configuration

Key Value
provider user.manager.normal
context (none)
entry_point App\BackendBundle\Security\Authenticator\OAuth2Authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "oauth2"
  "App\BackendBundle\Security\Authenticator\OAuth2Authenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1090
  -map: Symfony\Component\Security\Http\AccessMap {#1136 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#1165 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1057
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1036 …}
}
1.31 ms
Symfony\Component\HttpFoundation\RedirectResponse {#704
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#762 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/oauthlogin'" />\n
    \n
            <title>Redirecting to /oauthlogin</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/oauthlogin">/oauthlogin</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/oauthlogin"
}

Authenticators

Authenticator Supports Duration Passport
"League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator"
0.00 ms (none)
"App\BackendBundle\Security\Authenticator\OAuth2Authenticator"
0.00 ms (none)

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"