SSO connectors
Activate or deactivate an SP signing key
Update the activation state of the given Service Provider signing key. Activating a key atomically deactivates the currently active key — the switch step of a graceful rotation. Deactivating the active key is rejected while signed authentication requests are enabled — disable them first (key routes never modify the connector config).
patch/api/sso-connectors/{id}/signing-keys/{keyId}
Path parameters
idstring required
The unique identifier of the sso connector.
keyIdstring required
The unique identifier of the key.
Request body
Response
The updated SP signing key.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.