An Overview to OAuth 2.0

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ต.ค. 2019
  • Want to learn more about salesforce join me at sfdcpanther.com Hi Everyone,
    Here is the Agenda for the video
    OAuth 2.0 an Overview
    All about OAuth 2.0
    How OAuth 2.0 Works behind the scene.
    OAuth 2.0 Actors
    OAuth 2.0 Work Flow
    #Salesforce #Integration #OAuthFlow
    Linke to PPT
    www.slideshare.net/amitsingh6...
    Blog - sfdcpanther.com/
    Twitter - / cloudyamit
    LinkedIn - / simplyamit
    Wanted to learn LWC Get here - www.udemy.com/course/salesfor...

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

  • @BaatPateK
    @BaatPateK 4 ปีที่แล้ว +1

    Thanks for another good content.

  • @mixvideoYTYT
    @mixvideoYTYT 3 ปีที่แล้ว

    Thank you amit...

  • @HarshithCHarsha
    @HarshithCHarsha 3 ปีที่แล้ว

    It was helpful, Thanks

  • @naturelovers7718
    @naturelovers7718 3 ปีที่แล้ว

    Hi have a question regarding the release update that is related to oauth "Enforce OAuth Scope for Lightning Apps". This release update says that this update enforce the scope of an Oauth token used to authenticate a Lightning app.This change prevent a Lightning app from using Oauth token with unintended permission. I am confused with this release update about the unintended permission. What does it mean???

  • @bakshirocks
    @bakshirocks 3 ปีที่แล้ว +1

    Hi Amit, can you explain how to get the auth code from the URL in an LWC.. We can only access the state parameters in LWC using the pagereference but how to get the auth code parameter from the URL? Appreciate the videos..

  • @vishalviswam5324
    @vishalviswam5324 2 ปีที่แล้ว

    thank u sir

  • @sushmamaurya5083
    @sushmamaurya5083 ปีที่แล้ว

    I am great follower of your channel. Really good sessions all we have.👏
    I used to watch multiple times these sessions.
    username, pwd flow is part of OAuth 2.0 ?

  • @sushmamaurya5083
    @sushmamaurya5083 ปีที่แล้ว

    OAuth 2.0 is only related to Authorization flow where we get access token on 2nd step?

  • @Breathingdays
    @Breathingdays 3 ปีที่แล้ว

    Hi Amit, can you tell me do we always need to have access to the external system, like here we are providing username and pwd when connecting to linked in. So should we need to have account created in third party system?

    • @sfdcpanther
      @sfdcpanther  3 ปีที่แล้ว

      If you don't have access to third-party system how your will be able to Integrate. I
      You can only Integrate with the system which you already have access.

    • @gauravshakergayen3748
      @gauravshakergayen3748 2 ปีที่แล้ว

      @@sfdcpanther Hahaha this is Funny.

  • @raghavendrasharma815
    @raghavendrasharma815 3 ปีที่แล้ว

    Hi amit, can please tell when access token get expired ? Our mobile app regularly interacts with Salesforce everyday but after sometime access token get expired. Please let me know the time interval for access token expiry.

    • @sfdcpanther
      @sfdcpanther  3 ปีที่แล้ว

      Hi,
      Every third-party have their own time for token expiry which usually they return with the access token. Normally it's 3600 seconds which is 60 min.

  • @UmeshBeti
    @UmeshBeti 4 ปีที่แล้ว

    @SFDC Panther , i want to get Refresh token, How do we get refresh token?

    • @sfdcpanther
      @sfdcpanther  4 ปีที่แล้ว

      To get the refresh token first you need to have the access token and then with the help of that access token you will be able to get the refresh token . But you can only get the refresh token if your api support refresh token

    • @UmeshBeti
      @UmeshBeti 4 ปีที่แล้ว +1

      @@sfdcpanther Okay, i have the access tokens, the only i have no support for Refresh token to my org i guess. Thanks @panther

    • @rajkumarcv7453
      @rajkumarcv7453 4 ปีที่แล้ว

      Hello This video was really good. It would be better if you upload the code in Github. It would be really helpful !

    • @sfdcpanther
      @sfdcpanther  4 ปีที่แล้ว +1

      It's already there in GitHub from the long time
      github.com/amitastreait/Salesforce---LinkedIn-Integration

  • @derekcassese9280
    @derekcassese9280 3 ปีที่แล้ว

    IS the code for this example available anywhere?

    • @sfdcpanther
      @sfdcpanther  3 ปีที่แล้ว

      No. it's not available

  • @TheAnishbab
    @TheAnishbab 2 ปีที่แล้ว

    Hi Amit, I tried but getting this message This account doesn't have access to some HubSpot features that are required by this app. Please contact the app developer.

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      This is something related to scope parameters. Check if you are using correct scopes

  • @VMKrishna
    @VMKrishna 2 ปีที่แล้ว

    How can we read the code parameter that we are getting in the URL.....incase of LWC component....
    What is the redirect URI that we have to give if we are using LWC....????

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว +1

      The parameters returned by any system are code & state.
      And LWC does not support the parameters like code or state. It only supports the parameter like c__code and due to this limit, you can not use lwc for auth. You have to use VF page.

    • @VMKrishna
      @VMKrishna 2 ปีที่แล้ว

      @@sfdcpanther Thanks Anna for the reply.
      Can we expect in the future from salesforce that they are going to add this feature in the LWC component.....or we should use only VF page permanently/.....?
      What if the salesforce removes VF pages like workflows, process builder......?

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว +1

      @@VMKrishna I have not heard anything about retiring the VF page but You can use Named Credentials which is supported for most of the cases and named credentials are secure and can manage the refresh token as well. So it is always suggested to use Named Credentials

  • @nishkam9
    @nishkam9 4 ปีที่แล้ว

    work on comm skills too bro...

    • @sfdcpanther
      @sfdcpanther  4 ปีที่แล้ว

      Thanks for your suggestion

    • @JAYESHSHEWALE
      @JAYESHSHEWALE 4 ปีที่แล้ว +7

      @@sfdcpanther I have been watching your videos over the long time...& you explain really well...no need to work on communication...just keep providing such best & helpful content...

  • @sujatatiwari2602
    @sujatatiwari2602 4 ปีที่แล้ว

    Requesting you to work on your communication skills.

    • @sfdcpanther
      @sfdcpanther  4 ปีที่แล้ว

      Thanks

    • @sugandhaatrey5678
      @sugandhaatrey5678 4 ปีที่แล้ว +4

      As long as amit is able to make evryone understand the concept ,I feel it's way more than enough. Also I have been seeing your videos amit and must say you have already improved a lot on ur comm skills as well. Keep delivering the great content ... Thanks