Perform a WCCE certificate enrollment

Perform an enrollment on the WCCE module. This REST call requires to be authenticated and the Principal must own the Enroll permission on the WCCE profile associated to the forest / MS template mapping.

Body required
application/json

The WCCE enrollment request

templateName
string required
templateOID
string required
forestName
string required
callerIdentity
object (models.wcce.AdCallerIdentity) required
pkcs10
string | null
cmc
string | null
Responses
  • 201 Successful WCCE enrollment
    certificate
    string required
    caCertificate
    string | null
    cmc
    string | null
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error