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

# Single sign-on (SSO)

> Set up single sign-on (SSO) for your Artie dashboard using any OIDC-compatible identity provider.

Artie supports SSO for your dashboard via **OIDC (OpenID Connect)**. Once configured, users log in through their company identity provider instead of a username and password.

## Supported providers

Any OIDC-compliant identity provider works with Artie. We have step-by-step setup guides for the most common ones:

<CardGroup cols={3}>
  <Card title="Okta" icon="lock" href="/account/sso/okta">
    Configure SSO using an Okta OIDC web application
  </Card>

  <Card title="Microsoft Entra ID" icon="microsoft" href="/account/sso/entra-id">
    Configure SSO using a Microsoft Entra ID (Azure AD) app registration
  </Card>

  <Card title="Other OIDC providers" icon="key" href="/account/sso/other-providers">
    Generic setup for Ping Identity, Google Workspace, Azure B2C, and others
  </Card>
</CardGroup>

## User login flow

Once SSO is configured:

1. Users go to the [SSO login screen](https://app.artie.com/login/sso)
2. They enter their company email address
3. Artie looks up the SSO configuration for their domain and sends a login link
4. The link redirects them to your identity provider
5. After authenticating, they are redirected back into Artie

## Provisioning users (SCIM)

Artie supports automatic user provisioning and deprovisioning from Okta via SCIM (beta). Contact us to enable it.
