Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin_dashboard | /admin/dashboard | Path does not match |
2 | admin_info_home | /info/home | Path does not match |
3 | admin_keycloak_import_selector | /admin/keycloak/import/selector | Path does not match |
4 | admin_keycloak_push_groups | /admin/keycloak/push/groups | Path does not match |
5 | admin_keycloak_set_totp | /admin/keycloak/set_totp/{id} | Path does not match |
6 | admin_keycloak_push | /admin/keycloak/push | Path does not match |
7 | admin_keycloak_stop_sessions | /admin/keycloak/stop_sessions/{id} | Path does not match |
8 | admin_keycloak_password_reset | /admin/keycloak/password/reset | Path does not match |
9 | admin_keycloak_all_users_delete | /admin/talpaworld/keycloak/allusers/delete | Path does not match |
10 | user_profile_new_password | /user/profile/new_password/{id} | Path does not match |
11 | admin_keycloak_export_realm | /export/admin/keycloak/export/realm | Path does not match |
12 | admin_keycloak_export_users | /export/admin/keycloak/export/users | Path does not match |
13 | admin_export_realm_json | /export/groups | Path does not match |
14 | admin_export_groups | /export/groups | Path does not match |
15 | index | / | Path does not match |
16 | dump | /dump/{currentRequest} | Path does not match |
17 | kubernetes_helm_import-chart | /kubernetes/helm/import-chart | Path does not match |
18 | admin_export_realm | /admin/export/realm | Path does not match |
19 | login | /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.