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
- 201
- 400
- 401
- 403
Client created; client_secret present only for confidential, only here.
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource