In this video, we are going to understand the concept of Proof Key of Code Exchange (PKCE). Then, we will implement the OAuth 2.0 Web Server Flow in Salesforce with PKCE enabled.
Here are the topics which we will discuss
What is proof key of code exchange (PKCE)?
Need of PKCE?
Implementation of Web Server Flow with PKCE in Salesforce
What are code_verifier & code_challenge param?
We used the below URL to generate code_verifier & code_challenge param automatically: https://referbruv.com/utilities/pkce-...
So do watch the video till the end and subscribe!!
#salesforce #oauth2 #PKCE #webserverFlow