'Service to service authentication is not allowed using forge Autodesk
In 'Autodesk Construction Cloud APIs' I try to use GET method for projects/{projectId}/issues. This is the link for the API: Get issues API Link
I am using Postman and for other API's it works without problems, but for some reason for this API I got the following error:
I know my ProjectId and token are fine. I am wondering if it has to do with some access the admin must to give me.
best regards,
Solution 1:[1]
It looks like your access token is 2-legged. Instead, you will need to use a 3-legged one since its Authentication Context is user context required.
See:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Eason Kang |
