> ## 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.

# メタデータの取得

> Auth0テナントの SAML 2.0 メタデータを返します。

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

`GET /samlp/metadata/{clientId}`

このエンドポイントは SAML 2.0 メタデータを返します。

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

* [SAML](https://auth0.com/docs/authenticate/protocols/saml/saml-configuration)

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

<ParamField path="clientId" type="string" required>
  アプリケーションの client\_id です。
</ParamField>

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

| ステータス | 説明                    |
| ----- | --------------------- |
| 200   | SAML メタデータの取得に成功しました。 |
