> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-feat-init-gt-translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# メタデータを取得

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

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

`GET /samlp/metadata/{clientId}`

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

<h3 id="learn-more">
  詳細
</h3>

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

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

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

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

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