Skip to main content

Smart credential start signature

PUT 

/api/web/v1/smartcredentials/:id/startsign

Smart credential start sign. Caller requires the SMARTCREDENTIALSSIGNATURE:ADD permission.

Request

Path Parameters

    id stringrequired

    The UUID of the smart credential.

Body

required

    digest string

    The digest value that will be signed by the smart credential.

    digestHashAlg string

    The hashing algorithm that will be used to sign the digest value. It must be one of the values "SHA-1", "SHA-224", "SHA-256", "SHA-384", "SHA-512".

    digestKey string

    Possible values: [PIV_AUTHENTICATION, DIGITAL_SIGNATURE, CARD_AUTHENTICATION]

    Specify which key on the smart credential is used to sign the digest. If not specified it defaults to PIV_AUTHENTICATION.

    summary string

    The smart credential push signature challenge that appears in the user's mobile application.

Responses

Successful

Schema

    transactionId string

    The smart credential push signature transactionId returned from the start sign operation.

Loading...