Understanding Salesforce OAuth Device Flow: Explanation and Demo

preview_player
Показать описание
Unlock the Power of Salesforce OAuth Device Flow!
In this video, I delve into the Salesforce OAuth Device Flow, providing you with a clear understanding of its functionality, applications, and a step-by-step demonstration of how it works.

What You’ll Learn:

-Overview of Salesforce OAuth Device Flow
-When and why to use Device Flow
-Step-by-step process of Device Flow
-Live demonstration of Device Flow in action

This video is in the Salesforce Security Spectacular.

Connect with SteveTechArc

STA 3.15
Рекомендации по теме
Комментарии
Автор

very well explained with hands on too.. Appreciated !!!

rashimpathak
Автор

Thanks for sharing. Well demonstrated and easy to follow. Is there an example/demo for the asset token flow?

WenboZhou
Автор

Steve, this is great!
But i have a question -

When you look at the original request, and get the user later to enter user code in the verifcation URL, you are successfully connected to Salesforce - What do you then do on the browser? What will a user do post the connection is made ? What is the relevance there?

Also, how will you know in Apex code in an automated way, as to when you have to trigger a callout for Access token (the 2nd request in your video) - I originally thought that after the app says you are successfully connected (per original request) we already have the access token, but apparently we need to make the 2nd request. How do you make Apex code predict when is the device connected?
Is there a backend trigger we could use to then work on automating the 2nd callout?

rajat.mahajan