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

> SAML IDプロバイダーとして構成された Auth0 テナントからユーザーをログアウトします。

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

`POST /samlp/{client_id}/logout`

このエンドポイントを使用すると、SAML IDプロバイダー (IdP) として構成された Auth0 テナントからユーザーをログアウトできます。ログアウトの動作は、SAML IdP として機能する Auth0 テナント上のアプリケーションに設定された SAML2 Web App アドオン の構成によって決まります。詳しくは、[SAML IDプロバイダーからユーザーをログアウトする](https://auth0.com/docs/authenticate/login/logout/log-users-out-of-saml-idps#configure-slo-when-auth0-is-the-saml-idp)を参照してください。

<div id="remarks">
  ### 備考
</div>

* POST ボディには、有効な SAML `<LogoutRequest>` メッセージが含まれている必要があります。詳細については、[OASIS の「Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0」](https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf) を参照してください。

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

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

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

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

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

| ステータス | 説明                                  |
| ----- | ----------------------------------- |
| 200   | ログアウトに成功しました                        |
| 400   | 不正なリクエスト。無効な SAML メッセージが原因の可能性があります |
