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

# リクエストを受け入れる

> SAML認証リクエストを受け入れ、ログインフローを開始します。

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

`GET /samlp/{clientId}`

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

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

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

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

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

<h2 id="body-parameters">
  ボディパラメータ
</h2>

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

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

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

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