> For the complete documentation index, see [llms.txt](https://docs.tallygo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tallygo.ai/connect-your-systems/sso.md).

# SSO

### Single sign-on (SSO)

Tally supports SSO so your team can sign in with your existing identity provider — no separate Tally password required.

Once SSO is active, users enter their work email on the login page and are redirected to your IdP (Microsoft Entra ID, Okta, Google Workspace, and others). Password login is disabled for your organization once SSO is configured.

#### Setting up SSO

SSO setup is self-serve. A Tally admin can configure it directly from the product:

1. Sign in to Tally as an admin
2. Go to Settings → Company → Authentication (`/settings/company/authentication`)<br>

   <div data-with-frame="true"><figure><img src="/files/0hUwucAKv5XJN432oC3b" alt=""><figcaption></figcaption></figure></div>
3. Click Configure SSO
4. Open the SSO Configuration Portal link (valid for 5 minutes)
5. In the portal, connect your identity provider and complete the SAML setup
6. Assign the users or groups who should have access

When setup is complete, the Authentication page shows SSO is configured. Users with access through your IdP can sign in immediately.

> Note: You need to be logged into Tally to generate the portal link. If your IT team doesn't have a Tally account yet, invite them from Settings → Company → Users first, or have an existing admin generate the link and share it.

<div data-with-frame="true"><figure><img src="/files/qn1acWLXV18C3V5AXI9z" alt=""><figcaption></figcaption></figure></div>

#### What users see at login

After SSO is live, the login flow is automatic:

1. User enters their work email address
2. Tally detects SSO for their organization
3. User is redirected to your identity provider to sign in
4. After successful authentication, they land in Tally

No password field is shown for SSO-enabled organizations.


---

# 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://docs.tallygo.ai/connect-your-systems/sso.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.
