SK SKYVVA Documentation

How to Generate an Access Token Using OAuth 2.0 Client Credentials Flow with Skyvva Permissions?

To generate an access token in Salesforce, the user utilizes OAuth 2.0 authentication.

Follow these steps:

Salesforce configuration side

URL: https://enterprise-ruby-3909-dev-ed.scratch.my.salesforce.com/services/oauth2/token

Keyword

Step6: Send data to salesforce

[su_box title="Note: " box_color="#ff0000" title_color="#000000"]In case using sent data is not successful with External User Org and it gets an error like the screenshot below[/su_box]

[
  {
    "errorCode": "FORBIDDEN",
    "message": "You do not have access to the Apex class named: IntegrateV4RestService"
  }
]

User must add Skyvva classes into the permission set which is assigned to User Org

How do you create a permission set?

Go to User -> Permission Sets -> click on New button

Enter permission set name

Click on the Apex Class Access link and then click the Edit button to enable all SKYVVA classes.

Select all SKYVVA classes and add them to Enabled Apex Classes

Go to User detail and then click on the Permission Set Assignments link

Add enable permission sets

The result is completed

SUMMARY Now users understand that the SKYVVA, a Salesforce integration tool, simplifies access token generation. First, configure the Salesforce connection in SKYVVA. Then, utilize its direct interface to generate access tokens handy. This streamlines authentication processes, ensuring secure access to Salesforce resources. SKYVVA optimizes Salesforce integration, enhancing productivity and data management.

Open this article in the interactive viewer →