OIDC dynamic client registration
POST/api/oidc/:OIDCAppName/register
Registers a new OAuth 2.0/OIDC client dynamically per RFC 7591 (OAuth 2.0 Dynamic Client Registration Protocol). The client submits desired metadata (redirect_uris, client_name, grant_types, etc.) and receives the registered client metadata including the assigned client_id and client_secret. This feature must be explicitly enabled on the OIDC application configuration.
Request
Responses
- 200
- 400
- 403
OK: Returns the registered client metadata.
Status Bad Request: Invalid registration request.
Status Forbidden: Dynamic client registration is not enabled.