<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Adobe Captivate Prime > Connector Parameters Authentication |
This parameter contains the URL to the endpoint of the server.
Technical Name |
server_url |
Category |
Authentication |
Type |
String |
Default Value |
https://captivateprime.adobe.com |
Example Values |
https://captivateprime.adobe.com |
This parameter contains the Client ID needed as part of the authentication.
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
The Application ID is generated during the Application Setup. A new application can be registered by any administrator in the Integration Admin app. It is necessary to activate the "Admin role read access" scope 'admin:read' during the registration. Selecting a correct redirect domain is highly security relevant, because authentication tokens will be sent to those domains later in the process. A good choice for the domain would be the domain of the company or http://localhost. After the registration the Application ID and the Application Secret is displayed.
This parameter contains the client secret needed as part of the authentication.
Technical Name |
client_secret |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
|
The Application Secret is generated during the setup of the application as described in the Application ID parameter.
This parameter contains the secret refresh token needed as part of the authentication.
Technical Name |
refresh_token |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
|
The refresh token is a long lived token which can be exchanged for short lived access tokens which in turn are used by the connector to fetch the data. The generation of a refresh token is a multi-step process described in the official documentation. One can use the token helper which facilitates the creation of a refresh token. Set the redirect URI to a domain that was whitelisted during the registration of the application.