Routing
hwi_oauth_service_redirect
Matched route
Route Parameters
| Name | Value |
|---|---|
| service | "facebook" |
Route Matching Logs
Path to match:
/connect/facebook
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | api_refresh_token | /api/user/token/refresh | Path does not match |
| 3 | hwi_oauth_service_redirect | /connect/{service} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.