Fetches and validates a Client ID Metadata Document without creating a client. Returns the raw metadata and how it would be mapped to Auth0 client fields. This endpoint is useful for testing metadata URIs before creating CIMD clients.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
URL to the Client ID Metadata Document
1 - 120Metadata successfully fetched and validated, or retrieval error returned with errors array.
The client_id of an existing client registered with this external_client_id, if one exists.
Array of retrieval errors (populated when the metadata document could not be fetched). When present, validation is omitted.
Validation result for the Client ID Metadata Document
Auth0 client fields mapped from the Client ID Metadata Document