Register OAuth client using Dynamic Client Registration
POST/api/v4/oauth/apps/register
Register an OAuth 2.0 client application using Dynamic Client Registration (DCR) as defined in RFC 7591. This endpoint allows clients to register without requiring administrative approval.
Permissions
No authentication required. This endpoint implements the OAuth 2.0 Dynamic Client Registration Protocol and can be called by unauthenticated clients.
Notes
- This endpoint follows RFC 7591 (OAuth 2.0 Dynamic Client Registration Protocol) - The
client_urifield, when provided, will be mapped to the OAuth app's homepage - All registered clients are marked as dynamically registered - Dynamic client registration must be enabled in system settings
Request
Responses
- 201
- 400
- 501
Client registration successful
Invalid or missing parameters in URL or request body
Feature is disabled