Rotate Client Secret
RotateClientSecret replaces a confidential App-owned client’s secret and returns the new value once. The old secret stops working immediately; for an overlap window, create a second client, migrate, then delete the first. Public clients have no secret to rotate.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
Application that owns the client.
SSO application that governs the client.
Body
SSOApplicationServiceRotateClientSecretRequest rotates one confidential App-owned client's secret.
Generated client ID whose secret will be rotated.
Response
SSOApplicationServiceRotateClientSecretResponse contains the replacement secret. The value cannot be retrieved again.
SSOApplicationServiceRotateClientSecretResponse contains the replacement secret. The value cannot be retrieved again.
New client secret, shown exactly once.