Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Acquia Cloud Platform > Connector Parameters 

Authentication

Client ID (API Key)

This parameter should contain the API Key which is used as Client ID in the request token.

 

Technical Name

client_id

Category

Authentication

Type

String

Default Value

{empty}

Example Values

"aXXXXXXXXXXXXXXXXXXXXXXXXXXXX789"

 

To get the necessary credentials, the app has to be registered as described here: https://docs.acquia.com/cloud-platform/develop/api/auth.

 

Client Secret

This parameter should contain the client secret of the OAuth2 credentials. It is used during the authentication with the API.

 

Technical Name

client_secret

Category

Authentication

Type

String

Default Value

{empty}

Example Values

"1XXXXXX9-AAAA-BBBB-CCCC-a0XXXXXXXXXXz"

 

To get the necessary credentials, the app has to be registered as described here: https://docs.acquia.com/cloud-platform/develop/api/auth.