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
- 201
- 401
- 404
- 409
Secret created successfully
Unauthorized
Not Found
Conflict — the app already has one or more client secrets; use rotate instead.