DocuSign Signature Appliance API for digital signatures and integration questions. The appliance used to named "CoSign."
Questions tagged [cosign-api]
64 questions
1
vote
1 answer
Error 80040154 Class not registered - how to fix for ARX SAPILib.dll
I've been using CoSign within Microsoft Word successfully, but now I'm trying to automate the report generation using Microsoft Visual Basic Studio 10 Express. Trying to download the developer's software bundle fails due to the previous client…

user3276753
- 13
- 3
1
vote
1 answer
CoSign API: Signing a PDF stream using SAPI?
In my project I'll work with stream from PDF. Can I add customized signature on the fly to stream?
I have downloaded example Buffer Sign. It signs document, but without place signature.
In my project I need to add customized signature in the proper…

Igal M
- 21
- 2
1
vote
1 answer
CoSign API: Setting Date Format Using DSS Web Service
I'm running into a problem when trying to specify the date format for a signature field using the DSS web service. Here is my code:
Req = new RequestBaseType();
Req.OptionalInputs = new…

Larry K
- 47,808
- 15
- 87
- 140
0
votes
0 answers
cosign image signature verification from kubernetes not working
I use this link for image signature verification with cosign. 'cosign verify' working before pull by kubernetes. I install sigstore and create secret as below but kubernetes not create pod with signed image. I use this link but not working:…

Murad Samadov
- 11
- 1
0
votes
0 answers
How to verify a cosign keyless signed image in OPA rego rules?
I need verify an keyless signed [using google mail] image in Tekton pipelies using OPA rego rules as task and download .sig file from the repository and varify the image.
I am new to Open policy agent, so i am trying to do this task.

Pradeep Goru
- 1
- 1
0
votes
0 answers
setup.py is not installing dependencies
I have few dependencies which I am unable to install with PIP using setuptools. Here given below is the content from my setup.py file, in which I am unable to install cosign inside my package.
Note: There is no way to install cosign with pip
from…

Oshin aggrawal
- 79
- 1
- 8
0
votes
1 answer
Signing a XML document in a specific place with Docusign
I'm signing a XML documento using the DSA REST Web Services with the endpoint https://prime-dsa-devctr.docusign.net:8081/sapiws/v1/digital_signature . I've looked over and over at the documentation but I didn't find how to sign in a specific place…
0
votes
1 answer
How to sign an XML document in a specific Tag with DocuSign SAPI Local
The repository I'm using: Sign-XML. In the moment I can only sign a XML document in the most external Tag. I need to know how to sign a XML file in a specific Tag. You can see an example bellow:
...
…
0
votes
1 answer
Signing documents located in SharePoint with CoSign
I'm trying to use the CoSign API to get sign fields and sign a docx document located in SharePoint.
I can get the memorystream or byte array from the SharePoint file, using the byte array I've created a FileHandler object but it returns sign…

Malin Åhlin
- 3
- 2
0
votes
1 answer
Getting Login Issue for New User with CoSign SOAP API
I have created the new user on the CoSign server. I am getting the following response (User password expired) while logging using the ValidateCredentials method.
Array
(
[Success] =>
[ErrData] => Array
(
[Message] =>…
0
votes
1 answer
FileIsSignedEx is not getting the information if the signature field is old
I am using the following API to verify if a file is signed
CoSign Signature Local > Signature Local COM Methods for Signing and Verifying > SAPICryptCOM Functions > FileIsSignedEx
Example:
SAPI.FileIsSignedEx(
hSession,
…
0
votes
1 answer
goutte scraping with two factor authentication (duo)
I'm trying to get a scraper working where two factor authentication (Duo) is in place. Everytime I send a POST to attempt the authentication, it fails with a 400 (Bad Request). Here's the latest version of the code I've tried:
use…

cdmo
- 1,239
- 2
- 14
- 31
0
votes
1 answer
Using CKAN with the Cosign SSO system and LDAP
I'm using CKAN with Apache and an SSO system called Cosign. Cosign works as an authenticator in Apache and ends up setting REMOTE_USER before the python code fires up. What I'm trying to do is use LDAP user lookup based on that preset REMOTE_USER.…

Adrian Fish
- 1
- 1
0
votes
2 answers
DateTime on signature field
I am signing pdf files from my company's custom Oracle forms system
using Cosign SAPI, including a secure timestamp, provided by an authorized secure timestamp server. Ntp Server is configured on cosign.
Date and time (correct local time - zone) are…

manolisk
- 11
- 2
0
votes
1 answer
Set graphical signature location while creating a Signature Field with CoSign Signature API
How to set graphical signature location, left or top, while creating a Signature Field with CoSign Signature API programmatically?

Alexander Zwitbaum
- 4,776
- 4
- 48
- 55