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

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2023
  • 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: referbruv.com/utilities/pkce-...
    So do watch the video till the end and subscribe!!
    #salesforce #oauth2 #PKCE #webserverFlow

ความคิดเห็น • 1

  • @anuragpatil8483
    @anuragpatil8483 5 หลายเดือนก่อน

    hi samarth, how and where would you store code verifier on ui, as when we get redirect from authorization server with authorization code, code verifier wont be there in memory