08-19-2020 05:30 AM
I’m creating a Pipeline to pull data from a SharePoint list and having an issue using the REST GET with my OATH2 account I created. I am getting a 403 error Access Denied.
I did walk through the setup of the account and did the authorize and did get a token back and I can see in the JSON that it is passing the Bearer {Access_Token}. Is there something I need to do to make this work.
Lastly, I will tell you that I have been successful at connecting to the list using a HTTP Post method to grab the access token first and then passing it along with the Rest get call. However,I’d like to get this working with an account.
Any help would be greatly appreciated.
09-03-2020 06:13 AM
Hi, I too am experiencing something similar. Did you get a resolution?
09-03-2020 07:38 AM
Hello,
I have not gotten a resolution to this issue. Going to have to create a ticket with them to see if this is possible.
09-03-2020 07:44 AM
Hello,
In the REST OAuth2 account, do you have the “Header Authenticated” box checked just below the “Access token expiration” field?
09-03-2020 08:08 AM
Yes, I have that checked. Is there something special that needs configured in the REST Get, perhaps in the HTTP Header?
Here is the token from the account that is being passed to the REST Get call when it fails.