> ## 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 2.0メタデータを返します。

`GET /samlp/metadata/{clientId}`

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

### 詳しい情報

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

## Parameters

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

## Response

| Status | Description          |
| ------ | -------------------- |
| 200    | SAMLメタデータの取得に成功しました。 |
