Upload a New Token Signing Certificate - POST /TokenSigningCertificate



Upload a new token signing certificate.

The ‘Manage System Settings’ permission is required to execute this API.

Usage:

  1. /wiki/spaces/CCD/pages/707297588 and generate a new token signing certificate
  2. POST /TokenSigningCertificate and upload a new token signing certificate

URL

/cxrestapi/auth/TokenSigningCertificate

Method:

POST

Media Type (header):

Authorization: Bearer <access token value>
Content-Type: application/json;v=1.0

Parameters

Content-type [multipart/form-data]: Specifies the token signing certificate details
CertificateFile=[file] - Certificate file
CertificatePassword=[string] - Certificate password

Success Response:

Code: 201 Success (returns location of the token signing certificate in the response header)

Error Response:

Code: 400 Bad Request
Code: 401 Unauthorized
Code: 403 Forbidden

Sample Response:

no content

Notes:

Returns the location of the uploaded token signing certificate in the response header. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!