Register an OAuth client
OAuth
Register an OAuth client
Dynamic Client Registration endpoint for platform clients. Registrations are attached to Scalev’s official OAuth application for supported resource audiences. Public clients should use token_endpoint_auth_method=none and PKCE.
POST
Register an OAuth client
Body
application/json
Minimum array length:
1Contoh:
"MCP Client"
Opsi yang tersedia:
client_secret_post, client_secret_basic, none, private_key_jwt HTTPS JWKS URL required when registering a private_key_jwt client.
JWT assertion signing algorithm for private_key_jwt clients.
Opsi yang tersedia:
RS256 Respons
Registered OAuth client
Unix timestamp, in seconds, when this client ID was issued.
Opsi yang tersedia:
client_secret_post, client_secret_basic, none, private_key_jwt Present only for confidential client registrations. Public clients using token_endpoint_auth_method=none do not receive a secret.

