OriginalPostID-248086
Discussion posts and replies are publicly visible
Hi anastasiosk , Were you able to figure out how to do this? I am currently working on the same scenario where I need to upload document to SharePoint from Appian. Any information would be greatly appreciated. Thanks in advance. Best Regards,Arun
Hi,
I was able to authenticate but no refresh token is captured. Also, when I use the Connected System in Integration, I am getting 403. Please see the images below.
Hi, So the Authorization Endpoint and Token Request Endpoint seems to be different then what I usually use. We use Authorization Endpoint as following login.microsoftonline.com/xxxxxxx/oauth2/authorize URI trying to access" XXXXXXXXXX is the resource id of the sharepoint which can be accessed from Azure and Token Endpoint is as following login.microsoftonline.com/xxxxxxxx/oauth2/token XXXXXXXX is the same resource id used in the auth endpoint. Hope this helps