In this article
Table of Contents | ||||
---|---|---|---|---|
|
Overview
Use You can use this account type to connect REST Snaps with datasources data sources that use OAuth1 accounts.
...
- To create your REST OAuth1 account in SnapLogic, you must provide at least your Client ID, Client secret, Request Token Endpoint, Access Token Endpoint, and Authorize Endpoint, and click Authorize.Parameter
DataField Name Field Type Description Default Value Example
TheLabel String Required.
NSpecify the name for the account. We recommend that you update the account name if there is more than one account of the same account type in your project.
TheDefault Value: N/A
Example: REST OAuth1 AccountClient ID String Required.
NSpecify the client ID associated with your account. You can create the client ID as advised by your application provider.
TheDefault Value: N/A
Example: TDNPULHBHYKACJLDDKHCKU5GR0X6PEClient secret String Required.
NSpecify the client secret associated with your account. You can create the client secret as advised by your application provider.
TheDefault Value: N/A
Example: N/AOAuth Token String Auto-generated after authorization.
NSpecify the token that SnapLogic uses to make API requests on behalf of the user associated with the client ID.
TheDefault Value: N/A
Example: N/AOAuth Token Secret String Auto-generated after authorization.
NSpecify the refresh token associated with your account. If the refresh token is stored, then the access token can be refreshed automatically before it expires.
TheDefault Value: N/A
Example: N/ARequest Token Endpoint String
NSpecify the endpoint from where the application can retrieve the request token required for the account.
TheDefault Value: N/A
Example: https://api.xero.com/oauth/RequestTokenAccess Token Endpoint
String Required.
NSpecify the URL of the endpoint from where the application can retrieve the access tokens required for the account.
TheDefault Value: N/A
Example: https://api.xero.com/oauth/AccessTokenAuthorize Endpoint
String
NSpecify the endpoint that authorizes the application to access the target database.
NDefault Value: N/A
Example: https://api.xero.com/oauth/AuthorizeAuthorize Button Click this button to authorize the REST OAuth1 account using the credentials provided in the Client ID, Client secret, Request Token Endpoint, Access Token Endpoint, and Authorize Endpoint
fields.
NDefault Value: N/A
Example: N/A
- On authorization, SnapLogic places a call-back to the concerned application API. On validation of the details you have entered, the target application grants access to the API and generates the required OAuth token and secret key.
The App Details page for the instance appears. - In the App Details page, enter the following details:
- In App name, enter the name of the app.
- In Company or Application Url, enter the URL of the application to which you want access.
- In OAuth1.0a Callback Domain, enter the callback domain for your account. For example: "https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/rest"
- Click Save.
- On validation of the details, a page appears requesting access to your data. Click Allow access for 30 minutes to enable the account to access your data for the specified period of time.
- Once you grant access, the OAuth Token and OAuth Token Secret fields in the Create Account popup are auto-populated, and your account is ready.
- When you start configuring a REST Snap, you must provide the Service URL associated with the data that you want. You can get the URL associated with the data from the application to which you want to connect.
SnapLogic sends your account details to the OAuth1 endpoint specified and populates the Access token, Refresh token, and Access token expiration fields using the details received from that endpoint.
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
See Also
...