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:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Create a Single Page Application (SPA) on the identity provider.
- Set the
grant_typetoimplicitflow. - Set the callback URI to
https://wandb.auth0.com/login/callback.
Client ID and Issuer URL for the application. W&B will establish an Auth0 connection using these details and enable SSO.
Security