You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing 'Failed to fetch user profile" over and over. I have changed scope to "openId profile email" but still I am unable to get the user profile. Can please any body help me to get the user profile?
The text was updated successfully, but these errors were encountered:
Hi, I had a similar issue, failing to fetch the user profile from paypal. So, assuming that you have updated the endpoints to the most recent ones as specified in paypal's api reference (note that paypal supports openidconnect now), you still need to do one more thing. The option property that holds the user profile endpoint needs to be named as userInfoURL, instead of profileURL. This worked for me when using the passport-paypal-openidconnect library (which is based on the passport-openidconnect), since as I have said paypal now supports openid connect.
I am facing 'Failed to fetch user profile" over and over. I have changed scope to "openId profile email" but still I am unable to get the user profile. Can please any body help me to get the user profile?
The text was updated successfully, but these errors were encountered: