> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Does W&B support SSO for Multi-tenant?

W\&B supports Single Sign-On (SSO) for the Multi-tenant offering through Auth0. SSO integration is compatible with any OIDC-compliant identity provider, such as Okta or Azure AD. To configure an OIDC provider, follow these steps:

* Create a Single Page Application (SPA) on the identity provider.
* Set the `grant_type` to `implicit` flow.
* 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 will establish an Auth0 connection using these details and enable SSO.

***

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