Identity Provider - Short-Term Certificates
For Short-Term Certificates, both the activation process and the signing process are required. A certificate must first be activated before it can be used to create one or more digital signatures.
The activation and signing workflow consists of the following steps:
-
Identify the customer and create an identity record
The Identity Provider (or the initiating system) performs the identification of the customer. Once the customer's identity has been verified, the relevant identification data is transmitted to the
identity interfacein the form of anidentity record. -
Receive the activation URL
The
identity interfacereturns an activation URL. This URL is needed in the Short-Term Certificate activation process.- -
Complete the Short Term Cert activation
The customer completes the Short-Term Certificate activation process. Once the activation has been completed successfully, the certificate is ready to be used for signing operations.
-
Complete the Short Term Cert signing process
After the certificate has been activated, the signing process can be invoked one or more times to digitally sign documents. Depending on the certificate validity period and application requirements, multiple documents may be signed without repeating the activation process, as long as the certificate remains valid.
Recommended: Apply a trusted timestamp
Although the use of a trusted timestamp is optional, it is strongly recommended for signatures created with Short-Term Certificates.
Since the certificate has only a limited validity period, adding a trusted timestamp allows the signature to be proven as valid at the time it was created, even after the certificate has expired. To ensure long-term validation of the signed document, it is recommended to produce an LTV-enabled (Long-Term Validation) signature.1
Requried documentation and interfaces
Before implementing the Short-Term Certificate workflow, ensure that your application integrates the required interfaces described below.
Identity interface and Identity record
Refer to the Identity interface and Identity record documentation for details on creating an identity record and submitting it to the identity interface.
For Short-Term Certificates, the Response\Success and Response\Error parameters are mandatory
Short-Term Certificiate
Refer to the Short-Term Certificates documentation for details on invoking the signing process, supported request parameters, and the available API endpoints.
Timestamp
Refer to the Timestamp documentation for details on creating a timestamp for the signing process.