Add a certificate
POST https://{{host}}/sso-config/v1/idps/:entityId/certificates
This operation adds the certificate
to the IdP.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"certificate"=>"MIIEsDCBgkqhkiG9w0BAQsFA...7zx6loLg18w\nu1qLBQ=="}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"certificate":"MIIEsDCCApgCCQCy2z3hGD...awd1vOphfRgvA==","certificateId":"4426172c47550a28dcfb1f862514054b","expirationDate":"2033-06-11T14:46:39+00:00","rotationDate":"2028-06-14T14:46:56+00:00"}