> ## 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.

# リクエストの受け入れ

> ログインフローを開始する SAML 認証リクエストを受け付けます。

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

`GET /samlp/{clientId}`

このエンドポイントを使用して、ログインを開始する SAML リクエストを受け付けます。

必要に応じて、特定のプロバイダーでログインするための `connection` パラメーターを含めることができます。接続が指定されていない場合は、[Auth0 Login Page](https://auth0.com/docs/authenticate/login/auth0-universal-login) が表示されます。

必要に応じて、SP 開始ログインリクエストには、組織のコンテキストでユーザーを認証するための `organization` パラメーターを含めることができます。詳しくは、[Organizations](https://auth0.com/docs/manage-users/organizations) を参照してください。

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

<ParamField path="clientId" type="string" required>
  アプリケーションのクライアントIDです。
</ParamField>

<div id="body-parameters">
  ## 本文パラメーター
</div>

<ParamField body="connection" type="string">
  ログイン時に使用する接続。
</ParamField>

<ParamField body="organization" type="string">
  組織のコンテキストで認証する場合の組織ID。
</ParamField>

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

| ステータス | 説明                     |
| ----- | ---------------------- |
| 200   | SAML リクエストが正常に受理されました。 |
