> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truv.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Login

> Log into the Truv Dashboard using email, SSO, or a social provider

Sign into the Truv Dashboard with email/password, SSO, Google, or Microsoft. Go to [dashboard.truv.com](https://dashboard.truv.com) and click **Login**.

***

## Authentication methods

| Method                   | How to use                                                                                                                          |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| **Email and password**   | Enter your work email, press **Continue**, then enter your password                                                                 |
| **One-time passcode**    | If configured, choose this option after entering your email to receive a passcode instead of a password                             |
| **Google**               | Click **Continue with Google** to authenticate with your Google Workspace account                                                   |
| **Microsoft**            | Click **Continue with Microsoft** to authenticate with your Microsoft account                                                       |
| **Single sign-on (SSO)** | If your company has SAML 2.0 or OIDC SSO configured, entering your work email automatically redirects you to your identity provider |

<Tip>
  If you're not sure which method you used previously, enter your work email and press **Continue** — Truv redirects you to the last successfully used login method.
</Tip>

***

## SSO

If your organization uses a centralized identity provider (Okta, Azure AD, etc.), Truv supports SAML 2.0 and OIDC. Contact [Truv Support](mailto:support@truv.com) to enable SSO for your company.

Once SSO is active:

* Users enter their work email and are automatically redirected to the identity provider
* MFA is enforced at the identity provider level
* Deprovisioning a user in your IdP immediately revokes their Truv Dashboard access

See [SSO Configuration](/developers/sso) for setup instructions.

***

## Next steps

<CardGroup cols={2}>
  <Card title="SSO Configuration" icon="key" href="/developers/sso">
    Set up single sign-on for your team
  </Card>

  <Card title="Team Settings" icon="users" href="/developers/dashboard/settings">
    Add team members and assign roles
  </Card>
</CardGroup>
