Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Adobe Sign > Connector Parameters 

Authentication

Server URL

This parameter should contain the URL to the endpoint of the server.

 

Technical Name

server_url

Category

Authentication

Type

String

Default Value

"https://api.eu1.adobesign.com"

Example Values

"https://api.eu1.adobesign.com"

 

Client ID (Application ID)

This parameter should contain the Client ID (Application ID) that is needed as part of the authentication.

 

Technical Name

client_id

Category

Authentication

Type

String

Default Value

n/a

Example Values

"Exampleuser"

 

The Client ID is generated during the application setup and is static. Copy the Client ID from the application page. It is also needed for the generation of the Refresh Token.

 

Refresh Token

This parameter should contain the secret refresh token that is needed as part of the authentication.

 

Technical Name

refresh_token

Category

Authentication

Type

String

Default Value

n/a

Example Values

 

 

The connector will generate short lived access tokens based on a long lived refresh token. The refresh token must be generated interactively with the Client Secret and Client ID as described in the official documentation. Follow the steps 1-4 and copy the refresh token form the response using an appropriate tool (Postman, curl, Firefox developer mode, etc.).

 

Client Secret

This parameter should contain the Client Secret that is needed as part of the authentication.

 

Technical Name

client_id

Category

Authentication

Type

String

Default Value

n/a

Example Values