> ## 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ログアウト

> このエンドポイントを使用してSAML IDプロバイダー（IdP）として構成されたAuth0テナントからユーザーをログアウトします。ログアウトの動作は、SAML IdPとして振る舞うAuth0テナントのアプリケーション用のSAML2...

`POST /samlp/{client_id}/logout`

このエンドポイントを使用してSAML IDプロバイダー（IdP）として構成されたAuth0テナントからユーザーをログアウトします。ログアウトの動作は、SAML IdPとして振る舞うAuth0テナントのアプリケーション用のSAML2 Webアプリアドオンの構成によって決定されます。詳しい説明については、「[ユーザーをSAML IDプロバイダーからログアウトする](https://auth0.com/docs/ja-jp/authenticate/login/logout/log-users-out-of-saml-idps#configure-slo-when-auth0-is-the-saml-idp)」をお読みください。

### 備考

* POST本文には有効なSAMLの`<LogoutRequest>`メッセージが含まれなくてはなりません。詳しい説明については、「[OasisのOASIS Security Assertion Markup Language（SAML）V2.0のアサーションとプロトコル](https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf)」をお読みください。

### 詳しい情報

* [ログアウト](https://auth0.com/docs/ja-jp/authenticate/login/logout)
* [ユーザーをSAML IDプロバイダーからログアウトする](https://auth0.com/docs/ja-jp/authenticate/login/logout/log-users-out-of-saml-idps)

## Parameters

<ParamField body="client_id" type="string" required>
  [SAML2 Webアプリアドオン](https://auth0.com/docs/ja-jp/authenticate/protocols/saml/saml-sso-integrations/enable-saml2-web-app-addon)で構成されたアプリケーションのクライアントIDです。
</ParamField>

## Response

| Status | Description                   |
| ------ | ----------------------------- |
| 200    | 正常にログアウトされました                 |
| 400    | 不正な要求です。無効なSAMLメッセージの可能性があります |
