v1

latestOpenAPI 3.0.1Apache 2.02026-07-1759153352.8 KB
Current API Session
Enroll
Extend Enrollment

Allows the current identity to validate reciept of a new client certificate

After submitting a CSR for a new client certificate the resulting public certificate must be re-submitted to this endpoint to verify receipt. After receipt, the new client certificate must be used for new authentication requests.

post/current-identity/authenticators/{id}/extend-verify

Path parameters

idstring required

The id of the requested resource

Request body

clientCertstring required

A PEM encoded client certificate previously returned after an extension request

Response

Base empty response

dataobject required

Example response

{
  "data": {},
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}