Implement OAuth 2.0 Web Server Flow with Proof Key of Code Exchange (PKCE) | Salesforce

Опубликовано: 04 Апрель 2026
на канале: Samarth Ahuja Tech Videos
2,775
42

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