AttackForge
Search
K

Login Redirects

AttackForge supports login redirects to help your project team members access the data they need, quickly and efficiently.
You can append any of the following redirects to the login URL, which can be shared with customers:
  • ?redirectTo=register
    • This will automatically redirect the user to registration page (if available)
  • ?redirectTo=resetPassword
    • This will automatically redirect the user to password reset page (if available)
  • ?redirectTo=/app/…
    • This will automatically redirect the user to a page within AttackForge, after the user has logged in.
Examples are provided below for reference:
  • https://app.attackforge.com/#!/login?redirectTo=register
    • Redirect to registration page
  • https://app.attackforge.com/#!/login?redirectTo=resetPassword
    • Redirect to password reset
  • https://app.attackforge.com/#!/login?redirectTo=/app/projects
    • Redirect to list of all projects after login
  • https://app.attackforge.com/#!/login?redirectTo=/app/projects/5bdd20d8128aa82e0040a75d/dashboard
    • Redirect to Project Dashboard for a specified project, after login
  • https://app.attackforge.com/#!/login?redirectTo=/app/projects/5bdd20d8128aa82e0040a75d/overview
    • Redirect to Project Overview for a specified project, after login
  • https://app.attackforge.com/#!/login?redirectTo=/app/schedule
    • Redirect to Schedule / Calendar after login