Property value for digital signature using CAC or PIV smart cards
Specify the method that will be used to identify and validate the user who has signed the PDF using the com.snc.pdfsigning.validation.method property.
The property value com.snc.pdfsigning.validation.method is used for identifying and validating the user who has signed the PDF. Identifying the user is necessary to validate whether the correct user has signed the PDF. The IT team of a customer can define the way to validate a PDF depending on their policies and issued certificates.
| Value | Action |
|---|---|
| common_name | Uses the Common Name (CN) field in the Subject of the certificate to check if a certificate exists in the sys_user_certificate table that is associated with a user. |
| Uses the email IDs in the certificate to locate a user in ServiceNow with a matching email ID. | |
| any (default value) | Utilizes both of the above validation methods to resolve a user. |
| ignore | No user validation is performed on the signing fields. |