OfficeDev / hands-on-labs

This repo represents the content for the Coding Challenges, typically used for Microsoft Developer Events (i.e. //build)
27 stars 25 forks source link

"The token contains not enough scope to make this call." #118

Closed Paul-Scott11 closed 4 years ago

Paul-Scott11 commented 6 years ago

Module Number: O3653-13-Lab2 Module Title: Find Meeting Times with the Outlook REST API Path of file:

Hi, I have been trying to get this to work for a few days. I can sign in but when I attempt to find meeting times I get a 403 error, Forbidden. Looking in more detail, the error is 2000008;reason="The token contains not enough scope to make this call.";error_category="invalid_grant". Any suggestions?

I have noticed that AppScopes is set in Web.config but never used in the code.

Paul