Skip to main content
Version: 4.0.2

Create the first client secret

POST 

/apps-srv/apps/:clientID/secrets

Creates the first client secret for an app that currently has none. Returns 409 if the app already has one or more secrets — use rotate instead.

The plaintext client_secret is returned once in the response body; only secret_id is stored for later reference (PATCH/DELETE).

Requires cidaas:apps_write.

Request

Responses

Secret created successfully