Microsoft
MS-600 · Question #154
You have a custom web app that uses the Microsoft Graph API. You receive an HTTP 403 Forbidden error when you call the Microsoft Graph endpoint. What are two possible causes of the error? Each…
The correct answer is A. The access token is valid but corresponds to a different endpoint. D. The API permissions are insufficient to call the requested resource. https://docs.microsoft.com/en-us/graph/resolve-auth-errors
Build apps with Microsoft Graph
Question
You have a custom web app that uses the Microsoft Graph API. You receive an HTTP 403 Forbidden error when you call the Microsoft Graph endpoint. What are two possible causes of the error? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- AThe access token is valid but corresponds to a different endpoint.
- BThe Authorization header is missing from the HTTP request.
- CThe requested resource does not exist.
- DThe API permissions are insufficient to call the requested resource.
- EThe access token is invalid.
How the community answered
(23 responses)- A74% (17)
- B13% (3)
- C9% (2)
- E4% (1)
Explanation
Topics
#Microsoft Graph#HTTP 403 error#API permissions#error handling
Community Discussion
No community discussion yet for this question.