Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed images/hosting/entra_logout_url.png
Binary file not shown.
Binary file removed images/hosting/entra_register_an_application.png
Binary file not shown.
10 changes: 2 additions & 8 deletions ja/platform/hosting/iam/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ OIDC 発行者 URL は `https://COMPANY.okta.com` の形式です。該当する
- **サポートされるアカウントタイプ**: デフォルトの「シングルテナント」を維持するか、必要に応じて変更
- **リダイレクト URI**: プラットフォームタイプ **Web** を選択し、`https://YOUR_W_AND_B_URL/oidc/callback` を入力
- **登録** をクリック

<Frame>
<img src="/images/hosting/entra_register_an_application.png" />
</Frame>


5. 登録後、概要ページから次の値をメモします:
- **アプリケーション (client) ID** - これが OIDC Client ID です
Expand All @@ -145,10 +142,7 @@ OIDC 発行者 URL は `https://COMPANY.okta.com` の形式です。該当する
- 左側のサイドバーから **Authentication** を選択
- **Front-channel logout URL** に `https://YOUR_W_AND_B_URL/logout` を入力
- **保存** をクリック

<Frame>
<img src="/images/hosting/entra_logout_url.png" />
</Frame>


7. クライアントシークレットを作成します:
- 左側のサイドバーから **Certificates & secrets** を選択
Expand Down
10 changes: 2 additions & 8 deletions ko/platform/hosting/iam/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ OIDC 발급자 URL의 형식은 `https://COMPANY.okta.com`입니다. COMPANY를
- **지원되는 계정 유형**: 기본 "단일 테넌트"를 유지하거나 필요에 따라 수정
- **리디렉션 URI**: 플랫폼 유형 **웹**을 선택하고 `https://YOUR_W_AND_B_URL/oidc/callback` 입력
- **등록** 클릭

<Frame>
<img src="/images/hosting/entra_register_an_application.png" />
</Frame>


5. 등록 후 개요 페이지에서 다음 값을 기록합니다:
- **애플리케이션(클라이언트) ID** - OIDC Client ID입니다
Expand All @@ -146,10 +143,7 @@ OIDC 발급자 URL의 형식은 `https://COMPANY.okta.com`입니다. COMPANY를
- 왼쪽 사이드바에서 **인증** 선택
- **프런트 채널 로그아웃 URL**에 `https://YOUR_W_AND_B_URL/logout` 입력
- **저장** 클릭

<Frame>
<img src="/images/hosting/entra_logout_url.png" />
</Frame>


7. 클라이언트 암호를 생성합니다:
- 왼쪽 사이드바에서 **인증서 및 암호** 선택
Expand Down
10 changes: 1 addition & 9 deletions platform/hosting/iam/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,9 @@ The OIDC issuer URL has the following format: `https://COMPANY.okta.com`. Replac
4. On the "Register an application" screen, configure the following:
- **Name**: Enter a descriptive name (e.g., "Weights and Biases application")
- **Supported account types**: Keep the default "Single tenant" or modify as needed
- **Redirect URI**: Select platform type **Web** and enter `https://YOUR_W_AND_B_URL/oidc/callback`
- **Redirect URI**: Select platform type **Single-page application** and enter `https://YOUR_W_AND_B_URL/oidc/callback`
- Click **Register**

<Frame>
<img src="/images/hosting/entra_register_an_application.png" alt="Application registration form" />
</Frame>

5. After registration, note the following values from the Overview page:
- **Application (client) ID** - This is your OIDC Client ID
- **Directory (tenant) ID** - This is used for your OIDC Issuer URL
Expand All @@ -147,10 +143,6 @@ The OIDC issuer URL has the following format: `https://COMPANY.okta.com`. Replac
- Under **Front-channel logout URL**, enter `https://YOUR_W_AND_B_URL/logout`
- Click **Save**

<Frame>
<img src="/images/hosting/entra_logout_url.png" alt="Front-channel logout URL configuration" />
</Frame>

7. Create a client secret:
- Select **Certificates & secrets** from the left sidebar
- Click **New client secret**
Expand Down
Loading