> For the complete documentation index, see [llms.txt](https://support.attackforge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.attackforge.com/attackforge-enterprise/getting-started/login-redirects.md).

# Login Redirects

AttackForge supports login redirects to help your users & customers 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=sso**
  * This will automatically redirect the user to sign in with Single-Sign-On (if available)
* **?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 AFE, after the user has logged in.

Examples are provided below for reference:

* https\://\<AFE\_TENANT>/#!/login?redirectTo=sso
  * Redirect to SSO login
* https\://\<AFE\_TENANT>/#!/login?redirectTo=register
  * Redirect to registration page
* https\://\<AFE\_TENANT>/#!/login?redirectTo=resetPassword
  * Redirect to password reset
* https\://\<AFE\_TENANT>/#!/login?redirectTo=/app/projects
  * Redirect to list of all projects after login
* https\://\<AFE\_TENANT>/#!/login?redirectTo=/app/projects/5bdd20d8128aa82e0040a75d/dashboard
  * Redirect to Project Dashboard for a specified project, after login
* https\://\<AFE\_TENANT>/#!/login?redirectTo=/app/projects/5bdd20d8128aa82e0040a75d/overview
  * Redirect to Project Overview for a specified project, after login
* https\://\<AFE\_TENANT>/#!/login?redirectTo=/app/schedule
  * Redirect to Schedule / Calendar after login


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.attackforge.com/attackforge-enterprise/getting-started/login-redirects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
