<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > DocuSign > Connector Parameters Authentication |
This parameter contains the URL to the endpoint of the server.
Technical Name |
server_url |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
https://{server}.docusign.net/ |
Use https://demo.docusign.net/ for demo systems.
This parameter contains the host of the authentication endpoint. It is used as 'aud' during the JWT authentication.
Technical Name |
audience |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
account-d.docusign.com |
For production system account.docusign.com is used. For demo systems account-d.docusign.com is used.
This parameter contains the value that was used for the integration of the connector in the API and Keys menu of the organization. It can be created under: Admin-Dashboard > INTEGRATION > API and Keys > Add App/Integration Key.
Technical Name |
issuer |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
664f7988-xxxx-xxxx-xxxx-781ee556ab7a |
This parameter contains the account ID of the impersonated user.
Technical Name |
subject |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
7c2b8d7e-xxxx-xxxx-xxxx-cda8a50dd73f |
The account ID can be found in the API and Keys menu of the organization: Admin-Dashboard > INTEGRATION > API and Keys.
This parameter contains the private key that is used to sign the JWT token. It is generated by DocuSign during the setup.
Technical Name |
private_key |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
-----BEGIN PRIVATE KEY----- MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBK owggSmAgEAAoIBAQD8pNLKhayHFAJ1ey5n TUGa9wPzOwjlmCgiLbyzw22wQrhCBT+DMa 24+iSAKHE72lgK5/OQOTbIPFWP ... vSlewskdmlsKXZ1hPG20JotkFG7jEz8fKT V4BgTmqWIyQXx/U4aNjoXBLzyvf1t4 -----END PRIVATE KEY----- |
Given a private key, the public key can be generated with Openssl: openssl rsa -in private.pem -outform PEM -pubout -out public.pem
This parameter contains the redirect URI that is to be used when requesting a consent. It must be set in the admin portal as well.
Technical Name |
redirect_uri |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
|