# Login Methods

As an Organization Owner, you can configure how users can login to access your Organization and Workspaces.

### Password based login

Allow users to login to your Organization by entering their registered **Email** and **Password**. Multi-factor authentication settings if enabled will be applicable for Password based login.

Password based login is enabled by default on all accounts and this can be disabled if other methods are enabled.

<p align="center"><img src="/files/3Y0fSyb80bSxLq3SfiBd" alt="enable or disable password login" data-size="original"> <img src="/files/vQlpxid2rB31m9CdVYaj" alt="Login to Docupilot with email and password"></p>

### Single Sign-On (SSO)

**Single Sign-On (SSO)** is an authentication method that allows users to securely access multiple applications with a single set of login credentials. Docupilot's SSO integrates with identity providers like **Microsoft Entra ID (Azure AD), Google Workspace, Okta**,  and more to centralize and simplify access management across your organization.

Using SSO will:

* Improve security by enforcing unified login policies
* Make onboarding and offboarding fast and easy
* Reduce IT overhead by avoiding password resets
* Give admins full control over who can access Docupilot
* Deliver a seamless, secure login experience for users

Ensure you have at-least one [domain configured and verified](/account-setup-and-administration/managing-your-org/verified-domains.md) on your account to proceed with SSO setup.

Follow guidelines from provider specific SSO setup pages:

1. [Microsoft Entra ID (Azure AD)](/account-setup-and-administration/managing-your-org/login-methods/microsoft-entra-id-sso.md)
2. *Google Workspace (coming up)*
3. *SAML (coming up)*
4. *Okta (coming up)*

> Looking for other providers? *Let us know your preferred AD provider integration by dropping an email to* [*support@docupilot.app*](mailto:support@docupilot.app)


---

# Agent Instructions: 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://help.docupilot.app/account-setup-and-administration/managing-your-org/login-methods.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.
