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

# How do I set up SSO for W&B Multi-tenant?

W\&B supports Single Sign-On (SSO) for the Multi-tenant offering through Auth0, so you can let users authenticate with your existing identity provider instead of managing separate W\&B credentials. SSO integration supports any OpenID Connect (OIDC)-compliant identity provider, such as Okta or Azure AD.

To configure an OIDC provider, complete the following steps in your identity provider:

1. Create a single-page application on the identity provider.
2. Set the `grant_type` to `implicit` flow.
3. Set the callback URI to `https://wandb.auth0.com/login/callback`.

## Requirements for W\&B

After completing the setup, contact the customer success manager (CSM) with the `Client ID` and `Issuer URL` for the application. W\&B uses these details to establish an Auth0 connection and enable SSO for your organization.

***

<Badge stroke shape="pill" color="orange" size="md">[Security](/support/models/tags/security)</Badge>
