> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 要求を受け入れる

> このエンドポイントを使ってログインを開始するSAML要求を受け入れます。

`GET /samlp/{clientId}`

このエンドポイントを使ってログインを開始するSAML要求を受け入れます。

あるいは、`connection`パラメーターを含めて特定のプロバイダーでログインすることもできます。指定されている接続がないと、[Auth0ログインページ](https://auth0.com/docs/ja-jp/authenticate/login/auth0-universal-login)が表示されます。

または、SP起点のログイン要求には`organization`パラメーターを含めて、組織の中でユーザーを認証することもできます。詳細については、「[Organizations](https://auth0.com/docs/ja-jp/manage-users/organizations)」を参照してください。

## Parameters

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

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

<ParamField body="organization" type="string">
  組織の中で認証を行う場合はOrganization IDです。
</ParamField>

## Response

| Status | Description         |
| ------ | ------------------- |
| 200    | SAML要求の受け入れに成功しました。 |
