メインコンテンツへスキップ
POST
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ボディ

external_client_id
string<absolute-https-uri-or-empty>
必須

URL to the Client ID Metadata Document

Required string length: 1 - 120

レスポンス

Metadata successfully fetched and validated, or retrieval error returned with errors array.

client_id
string

The client_id of an existing client registered with this external_client_id, if one exists.

errors
string[]

Array of retrieval errors (populated when the metadata document could not be fetched). When present, validation is omitted.

validation
object

Validation result for the Client ID Metadata Document

mapped_fields
object

Auth0 client fields mapped from the Client ID Metadata Document