- Edited
I'm having the same issue as OP.
By default the Resource Details Endpoint URL is set to https://outlook.office.com/api/v1.0/me, this gives the error:
When this is changed to v2.0 (https://outlook.office.com/api/v2.0/me), the error changes to:
I also tried settings this to https://graph.microsoft.com/v1.0/me (since all Outlook APIs are deprecated/replaced by Graph https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/use-outlook-rest-api) but no luck:
I guess the reason for that error is missing scope in the authorization request (it should include https://graph.microsoft.com/.default), but it seems like those are hard coded to:
Changing the scopes in the OAuth2 settings has no impact.
Edit: Also I am signing in with the correct account.