Tenants - Get Proof Of Possession

Takes a proof of possession nonce generated by DPS and generates a cert signed by tenant cert.

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/verification/{proofOfPossessionNonce}
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/verification/{proofOfPossessionNonce}?thumbprint={thumbprint}

URI Parameters

Name In Required Type Description
proofOfPossessionNonce
path True

string

Nonce from DPS/IOT Hub.

tenantId
path True

string

uuid

Azure Sphere tenant ID.

thumbprint
query

string

In this optional parameter, specify the SHA1 thumbprint of the tenant CA certificate that will be used to sign the proof of possession certificate.

Responses

Name Type Description
200 OK

string

Success. The response contains the public portion of the proof of possession certificate as a base64 encoded X.509 certificate. The returned blob can be saved to a file with a .cer extension.