W&B は、Auth0 を通じて Multi-tenant 環境での Single Sign-On (SSO) をサポートしています。SSO インテグレーションは、Okta や Azure AD などの OIDC 準拠の identity provider と互換性があります。OIDC provider を設定するには、次の step に従ってください。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.
- identity provider で Single Page Application (SPA) を作成します。
grant_typeをimplicitflow に設定します。- callback URI を
https://wandb.auth0.com/login/callbackに設定します。
Client ID と Issuer URL をカスタマーサクセスマネージャー (CSM) に共有してください。W&B はこれらの情報を使用して Auth0 connection を確立し、SSO を有効にします。
セキュリティ