-
Explain Web Server Authentication Flow Implementation in Salesforce.
I am trying to implement Web Server OAuth flow from one Salesforce Org to another. I am facing several errors while trying to do so. Also I have few generic questions also at the end.
Below are the errors I am facing:
Access token received as part of the authorize step is returning Session expired or invalid message when being used to hit custom rest api
On trying to add scope to the authorize step, like scope=web or scope=refresh_token , it throws the error: OAUTH_APPROVAL_ERROR_GENERIC
I checked the session settings but validity for access tokens is not an issue there.
Below are the generic questions related to integration and connected app.
In case of web server flow, how is security model of salesforce taken care of. Does it mean in this flow one would have access to all data if the app has full data scope?
I understand Authentication happens first then followed by authorization. But the very first step in this flow is the authorize step. Does it mean we have authorization happening first in this case?
Log In to reply.
Popular Salesforce Blogs
Using Custom Settings in Salesforce
In Salesforce, both developers and administrators have made custom apps. Developers have used AppExchange to upload packages. Custome Apps uses the custom setting for that…
Salesforce Data Loader: A Comprehensive Guide (2021)
Data is dynamic and it grows much before you can think! It could be true for your personal data, data for your business, and even…
Flow Builder in Salesforce - Here's All You Need to Know About
Flow is a Salesforce application that automates difficult business procedures. In other words, it gathers data and uses the data for our business logic. One…
Popular Salesforce Videos
Salesforce Lightning: Custom Theming and Branding
As part of myLightning, Custom Theming and Branding for Lightning Experience lets you customize key styling elements, such as the global header color, brand image,…
How to Logging Automated Emails on Related Records
Learn how to logging automated emails on related records. We will show you how to create a process builder using the package Send Emails. This…
Setting Up Service Territories and Operating Hours | Salesforce Webinar
Scale your business and ensure optimized performance by setting up service territories in Salesforce Field Service. In Salesforce Field Service, operating hours represent service territory…