OAuth 2.0 Web Server Flow in Salesforce | Implementation using LWC

preview_player
Показать описание
In this video, we are going to talk about OAuth 2.0 Web Server Flow for Web App Integration. The first step in this flow is to get the authorization code, then 2nd step is to get the access token.

Here are the Salesforce docs

You can also follow me on LinkedIn

#salesforce #lwc #apex #oauth2 #oauth
Рекомендации по теме
Комментарии
Автор

Nicely explained all the details here @Samarth. Really appreciated . Quick suggestion : Can you try to to put the source code somewhere, i might help in case of any confusion .

Y_dwivediy
Автор

using connected app can we pass client id and client secret without exposing them in code?

SamikDutta
Автор

Hello bro azure ad connected to Salesforce single sign on ...azure team asking for Salesforce redirect uri what will be the url

silpanagaraj
Автор

Thanks for the great explanation. I have a question can't we use Named Credentials for Web server flow? if so can you please explain. If not can you also expalin why we cannot use Named Credentials config for web server flow.

Mahesh_Mahi_
Автор

Thanks for amazing content, can you please help us where we can get pdf of your video. Thanks again

neelamagrawal
Автор

Hi @Samarth, Can you please tell how did you placed LWC component on Salesforce Site ? I used LWC component on App Page and also on Lightning Tab but on redirection code in the url disappear before JS file reads it. Thanks.

NoName-hdgk
Автор

Hi Samarth, great video and series. I have one question if you can pls respond. Can we not use Named Credentials and Auth Providers to achieve all of these integrations? If thats correct, then whats the need of performing all of these steps? Are named credentials/auth providers not available for all types of integrations? And also do we need to create a connected APP only when we are using Auth Provider? Because in this video we did not have to create one? Please respond if you can..

bakshirocks
Автор

Hello, can’t we make the POST call to get the token directly from JS file using FETCH instead of calling APEX?

bakshirocks
Автор

Can I log in to another org with my client credentials?

kushalreddy
Автор

hii @samcoder can u provide the source code i loved it ur explaination

sasireddypolimera