Desktop Web
Make the following changes in the "web.config" file to configure Application Settings for SigningHub Desktop Web.
Display Global Sign Logo
<add key="ShowGlobalSignLogo" value="false" /> |
Set the value of “ShowGlobalSignLogo” key to “True”. This will display the global sign logo at the right corner of the browser footer on login page and on document viewer-while it is accessed through email.
Display an Error if no RUT Value Found in User Identity Table
<add key="ValidateRUT" value="False" /> |
Set the value of the “ValidateRUT” key to “True”. This will fetch the certificates with having RUT (National ID) identifier in them. User can configure RUT in My Settings>Profile>General. Rut will be shown in signing reason while signing of the document.
Add Signature Policy Information While Performing Signatures
<add key="SignaturePolicyURI" value=""/> <add key="SignaturePolicyName" value=""/> <add key="SignaturePolicyOID" value=""/> |
- For the tag with the “SignaturePolicyURI” key, set the value to a valid downloadable link of the signature policy document.
- For the tag with the “SignaturePolicyName” key, set the value to a name of a signature policy document with extension, which is placed under default directory in SigningHub deployment directory at the following path:
[SigningHub Deployment Directory]\default\signaturepolicydocuments
- For the tag with the “SignaturePolicyOID” key, set the value to the signature policy OID accordingly to the policy document.
There is a workaround needed to be done at ADSS end for verification of EPES signatures, the policy document needs to be placed under policy folder at the following path:
[ADSS Installation Directory]/service/policy
Moreover, OID and path in the 'policy.properties' file must be added at the following path:
[ADSS Installation Directory]/service
Example:
Sample-OID = D:/Deployments/ADSS-Server/service/policy/Sample-Policy-Document.pdf
Add the '00' Prefix with the Mobile Number
<add key="MODIFY_MOBILE_NUMBER_FOR_SAM" value=""/> |
Set the value of “MODIFY_MOBILE_NUMBER_FOR_SAM” key to “True”. SigningHub will add the '00' prefix (if not already present) with the mobile number before sending it to the ADSS Server's SAM (Signature Activation Module).
Turn off Certify Policy for Individual Users
<add key="DefaultCertifyForIndividualUsers" value="True"/> |
Set the value of "DefaultCertifyForIndividualUsers" key to “False". This will turn off the certify policy for individual users. However the users can turn the certify policy on from SigningHub Web as while documents are uploaded.