Contents:
Create OAuth 2.0 Client App in Exact Online
In Exact Online, you must create the client app that the Designer Cloud application uses OAuth 2.0 to access and connect to your Exact Online data.
Steps:
- Log in to the Exact Online account in which you want the client app to be created.
- Navigate to Manage my apps and click the + icon.
- In the App registration field, provide the app name and the REDIRECT URI.
In the Authorization Details page, complete the listed fields with the appropriate information.
Field Description Name of the APP Display name of the app. Suggested: Alteryx application
Redirect URI Enter a valid URI. Example:
https://cloud.trifacta.com/oauth2/callback
Client ID Internal identifier of the client app
Webhook secret Secret used for webhook messages Client secret Secret used by the client app to connect To save the changes, click Save. The OAuth 2.0 app is generated.
- To make the app public, review and edit the changes accordingly.
Create OAuth 2.0 Client for Exact Online
After the Exact Online client app is created, you must create an OAuth 2.0 client in the Designer Cloud application, which is used to integrate with the client app that you created above.
NOTE: You must create one OAuth 2.0 client in the Designer Cloud application for each Exact Online client app that you wish to use.
Steps:
- Login to the Designer Cloud application as a workspace administrator.
- In the left nav bar, select User menu > Admin console > OAuth2.0 Clients.
- In the OAuth2.0 Clients page, click Register OAuth2.0 Client.
Specify the new client. Apply the following values:
Setting Description Type Set to Exact Online.
Name Display name for the OAuth 2.0 client in the Designer Cloud application.
Client ID The client identifier for the Exact Online client app that you created.
Client Secret The client identifier for the Exact Online client app that you created.
Authorization URL Set this value to the following:
https://start.exactonline.nl/api/oauth2/auth
Token URL Set this value to the following:
https://start.exactonline.nl/api/oauth2/token
Access Token Expires In Set this value to the corresponding value in your Exact Online client app. Example:
3599999
Refresh Token Expires In Set this value to the number of milliseconds after which the refresh token expires. Example:
7775999999
- To save your OAuth 2.0 client, click Save.
For more information, see Create OAuth2 Client.
Create Exact Online Connection
After you have created the OAuth 2.0 client app and client, you can create a connection in the Designer Cloud application to access your Exact Online data.
NOTE: You must create a separate connection for each OAuth 2.0 client that is available in the Designer Cloud application.
For more information, see Exact Online Connections.
This page has no comments.