Register or update a CIMD client via metadata URI
Idempotent registration for Client ID Metadata Document (CIMD) clients. Uses external_client_id as the unique identifier for upsert operations.
Create: Returns 201 when a new client is created (requires create:clients scope).
Update: Returns 200 when an existing client is updated (requires update:clients scope).
This endpoint automatically:
- Fetches and validates the metadata document
- Maps CIMD fields to Auth0 client configuration
- Creates/rotates credentials from the JWKS
- Enforces CIMD security policies (HTTPS-only, no shared secrets)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
URL to the Client ID Metadata Document. Acts as the unique identifier for upsert operations.
1 - 120Response
CIMD client successfully updated (idempotent).
Response after successfully registering or updating a CIMD client