v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
SSO connectors

Create an SP signing key

Generate a new Service Provider signing key pair for the given SAML SSO connector. Create the key inactive (default) to stage a graceful rotation — register its certificate at the identity provider before activating it. Creating an active key deactivates the currently active key atomically.

post/api/sso-connectors/{id}/signing-keys

Path parameters

idstring required

The unique identifier of the sso connector.

Request body

activeboolean required

Whether the new key should become the active signing key immediately. Defaults to false (staged rotation).

Response

The created SP signing key.

idstring required
certificatestring required
createdAtnumber required
expiresAtnumber required
activeboolean required