Routing
security_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/auth/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_default_index | / | Path does not match |
| 2 | document_add | /dashboard/documents/nouveau.html | Path does not match |
| 3 | document_download | /dashboard/documents/{id}/telecharger.html | Path does not match |
| 4 | document_remove | /dashboard/documents/{id}/{folderId}/deplacer.html | Path does not match |
| 5 | document_delete | /dashboard/documents/{id}/supprimer.html | Path does not match |
| 6 | document_restore | /dashboard/documents/{id}/restaurer.html | Path does not match |
| 7 | document_finalize | /dashboard/documents/finalisation.html | Path does not match |
| 8 | document_copy | /dashboard/documents/{id}/copier.html | Path does not match |
| 9 | document_paste | /dashboard/documents/{id}/coller.html | Path does not match |
| 10 | document_session_delete | /dashboard/documents/{id}/supprimer-de-l-import.html | Path does not match |
| 11 | docusign_authentication | /dashboard/docusign/authentication | Path does not match |
| 12 | docusign_consent_authentication | /dashboard/docusign/consent/authentication | Path does not match |
| 13 | docusign_autorisation | /dashboard/docusign/autorisation | Path does not match |
| 14 | docusign_check_envelope_v2 | /dashboard/docusign/checking-envelope-status-v2 | Path does not match |
| 15 | docusign_signature | /dashboard/docusign/signature | Path does not match |
| 16 | docusign_webhook_connect | /webhook/docusign/connect | Path does not match |
| 17 | eurosign_authentication | /dashboard/eurosign/authentication | Path does not match |
| 18 | eurosign_autorisation | /dashboard/eurosign/autorisation | Path does not match |
| 19 | eurosign_check_status | /dashboard/eurosign/checking-signature-status | Path does not match |
| 20 | eurosign_signature | /dashboard/eurosign/signature | Path does not match |
| 21 | eurosign_webhook_connect | /webhook/eurosign/connect | Path does not match |
| 22 | explorer_ged | /dashboard/explorer/ged/{id}.html | Path does not match |
| 23 | flush_folder | /dossier/{id}/vider.html | Path does not match |
| 24 | delete_all_documents | /dossier/{id}/supprimer-tous-les-documents.html | Path does not match |
| 25 | administrator_update | /dashboard/gestion/utilisateurs/{id}/edition.html | Path does not match |
| 26 | administrator_soft_delete | /dashboard/gestion/utilisateurs/{id}/suppression.html | Path does not match |
| 27 | dashboard_archive_administrator | /dashboard/gestion/utilisateurs/archive.html | Path does not match |
| 28 | administrator_recovery | /dashboard/gestion/utilisateurs/{id}/archive/recuperation.html | Path does not match |
| 29 | administrator_delete | /dashboard/gestion/utilisateurs/{id}/archive/suppression_definitive.html | Path does not match |
| 30 | customer_update | /dashboard/gestion/clients/{id}/edition.html | Path does not match |
| 31 | customer_delete | /dashboard/gestion/clients/{id}/suppression.html | Path does not match |
| 32 | model_update | /dashboard/gestion/modeles/{id}/edition.html | Path does not match |
| 33 | model_delete | /dashboard/gestion/modeles/{id}/suppression.html | Path does not match |
| 34 | dashboard_administrator | /dashboard/gestion/utilisateurs.html | Path does not match |
| 35 | dashboard_model | /dashboard/gestion/modeles.html | Path does not match |
| 36 | dashboard_customer | /dashboard/gestion/clients.html | Path does not match |
| 37 | dashboard_sync | /dashboard/gestion/synchronisation.html | Path does not match |
| 38 | rxjs_search_models | /rxjs/search/models | Path does not match |
| 39 | rxjs_search_contacts | /rxjs/search/contacts | Path does not match |
| 40 | rxjs_sms_send | /rxjs/sms/send | Path does not match |
| 41 | contract_import | /intranet/import/contract/ | Path does not match |
| 42 | app_forgot_password_request | /auth/reset/ | Path does not match |
| 43 | app_check_email | /auth/reset/check/email | Path does not match |
| 44 | app_reset_password | /auth/reset/token/{token} | Path does not match |
| 45 | security_login | /auth/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.