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?
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.
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?
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.
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?
Explained very well! I have one question, what is the best way to answer the difference/relationship between Resource Parameter & Query String Parameter?
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?
Awesome Explanation bro 🎉
Great information sir
Hi, We like your teaching very much, please upload videos on PEGA beginner's play list also. Thankyou
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.
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?
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 ?
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.
i am getting exception "OAuthException - Missing redirect_uri parameter" in the postman any idea why and how to fix it
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?
Hi ,
I am getting Missing redirect URI parameter how can i resolve this
Explained very well! I have one question, what is the best way to answer the difference/relationship between Resource Parameter & Query String Parameter?
URL parameters we give like URL/Param1/Param2 and resource param we give like URL?param1=value1¶m2=value2
Nicely Articulated. Probably good if you slightly slowdown or give a tiny pause between statements :)
Great!
how to i implement "login with facebook"
from where we will get client ID and Client secret?
Every client or consumer needs to be registered with the provider.. so ofcourse you need to get it from oauth provider