Skip to main content

Create OAuth client

POST 

/v1/admin/clients

Registers a new OAuth/OIDC client. Superadmin only. redirect_uris must be exact matches (no wildcards); implicit and password grants are not allowed; public clients must use PKCE. For confidential clients a secret is generated and its plaintext is returned once in this response.

Request

Responses

Client created; client_secret present only for confidential, only here.