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

# WS-Federation リクエストを受け付ける

> Login フローを開始するための WS-Federation リクエストを受け付けます。

<div id="endpoint">
  ## エンドポイント
</div>

`GET /wsfed/{clientId}`

このエンドポイントは、ログインを開始するための WS-Federation リクエストを受け付けます。

<div id="remarks">
  ### 注記
</div>

* `wtrealm` パラメーターは、次のいずれかの形式である必要があります。
  * `urn:clientID` (例: `urn:${account.clientId}`)
  * このパラメーターが `urn` で始まらない場合は、`client.clientAliases` 配列を参照して検索が行われます。これは [/api/v2/clients](https://auth0.com/docs/api/management/v2/clients/get-clients) Management API でのみ設定できます。
* `whr` パラメーターは、`urn:CONNECTION_NAME` の形式で接続にマッピングされます。たとえば、`urn:google-oauth2` は Google でのログインを示します。`whr` パラメーターが含まれていない場合、ユーザーは [Auth0 ログインページ](https://auth0.com/docs/login_page) にリダイレクトされます。

<div id="learn-more">
  ### 詳細
</div>

* [WS-Federation](https://auth0.com/docs/authenticate/protocols/ws-fed-protocol)

<div id="path-parameters">
  ## パスパラメーター
</div>

<ParamField path="client-id" type="string" required>
  アプリケーションの `client-id` です。
</ParamField>

<div id="query-parameters">
  ## クエリーパラメーター
</div>

<ParamField query="wtrealm" type="string">
  `client-id` の代わりに使用できます。
</ParamField>

<ParamField query="whr" type="string">
  接続の名前です (ログインページをスキップするために使用します) 。
</ParamField>

<ParamField query="wctx" type="string">
  アプリケーションの `state` です。
</ParamField>

<ParamField query="wreply" type="string">
  コールバックURLです。
</ParamField>

<div id="response-messages">
  ## レスポンスメッセージ
</div>

| Status | Description                       |
| ------ | --------------------------------- |
| 200    | WS-Federation リクエストが成功した場合のレスポンス。 |
