> ## 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 アドオンの構成によって決まります。詳しくは、[Log Users Out of SAML Identity Providers](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 メッセージが無効である可能性があります |
