What is OAuth 2.0? - Implement OAuth2.0 in Pega as consumer

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

Комментарии •

  • @nguyenkhoa7208
    @nguyenkhoa7208 2 месяца назад

    Hello there, i want to ask about what to do when the access token got expired.
    I created a Connect-REST using OAuth2.0 authentication profile to use the Azure AD Graph API. The system works fine after i click the Connect button in the first step of REST integration wizard (around ~15:00). But after a while then the token got expired and i got the "Could not aquire fresh access token" error message.
    What can i do to resolve this problem?

  • @davidsonjohndavid8264
    @davidsonjohndavid8264 Год назад

    Awesome Explanation bro 🎉

  • @avinashavi6805
    @avinashavi6805 2 года назад +1

    Great information sir

  • @krishnakrish9516
    @krishnakrish9516 2 года назад +1

    Hi, We like your teaching very much, please upload videos on PEGA beginner's play list also. Thankyou

  • @RahulRaj-kc9hl
    @RahulRaj-kc9hl 2 года назад +1

    Hi Prem, Getting Error "Unable to obtain access token for client details in authentication profile configured for connector. Please check the logs for more details" while configuring connect rest. I have added Oauth profile as authentication too. Oauth authentication profile is already configured as per your explanation. Please let me know possible reason.

    • @myknowpega
      @myknowpega  2 года назад

      Hi Rahul, did you try adding the OAUth loggers.. that can give more details at exactly which place the error occured.
      Add the loggers in debug mode and try the connect again
      Also which OAuth2.0 provider are you using?

  • @mr.devsharma0007
    @mr.devsharma0007 2 месяца назад

    Hi Prem, what could be the reason that after upgrade from 7.2 to 8.7.5 SSO stopped as it is not able to locate key store ?

  • @MohitSharma-610
    @MohitSharma-610 Год назад

    Hi Prem, I'm Using Grant Type as "Authorization Code" and Using Google OAuth 2.0 Client, The Problem is, When I run the Connect-REST from Activity, it does not opens a dialog box which asks me from which account I've to login ( Basically the redirect URL is not working as per my understanding). Same is working when I generate token from postman.

  • @techtalkwithGovardhanB
    @techtalkwithGovardhanB Год назад

    i am getting exception "OAuthException - Missing redirect_uri parameter" in the postman any idea why and how to fix it

  • @JunicaviGames
    @JunicaviGames 8 месяцев назад

    I'm trying to implement an integration between PEGA and SAP Concur, but I'm not able to make the Authentication profile work.
    When I try on Postman it works, but no luck in PEGA.
    In Postman they use the BODY of the POST request to pass the parameters (client_id, client_secret, grant_type,cred_type,username, password) to get the access token and then use the same URL, but changing the grant_type to refresh_token, to get the refresh token for calling the API's
    any help on how to implement this?

  • @bhumimeher3765
    @bhumimeher3765 Год назад

    Hi ,
    I am getting Missing redirect URI parameter how can i resolve this

  • @srishtishubha4829
    @srishtishubha4829 2 года назад

    Explained very well! I have one question, what is the best way to answer the difference/relationship between Resource Parameter & Query String Parameter?

    • @jayantparab5350
      @jayantparab5350 2 года назад

      URL parameters we give like URL/Param1/Param2 and resource param we give like URL?param1=value1¶m2=value2

  • @GaneshKumar-fv2cg
    @GaneshKumar-fv2cg 2 года назад +1

    Nicely Articulated. Probably good if you slightly slowdown or give a tiny pause between statements :)

  • @debrajbhowmik7639
    @debrajbhowmik7639 7 месяцев назад

    Great!

  • @vivekkale4101
    @vivekkale4101 2 года назад

    how to i implement "login with facebook"

  • @591guy9
    @591guy9 2 года назад +1

    from where we will get client ID and Client secret?

    • @myknowpega
      @myknowpega  2 года назад

      Every client or consumer needs to be registered with the provider.. so ofcourse you need to get it from oauth provider