Currently I'm working on integration of WSO2 (5.8.0) and AzureAD using Office365 authenticator (ver. 1.0.6). I see in the logs that authenticator is at least doing something but from Azure side Im getting exception:
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://outlook.office365.com/api/v2.0/me
On Azure I set delegated permissions to Exchange APIs checking everything in my application. I also checked Graph API but still without success. What permission should be granted to allow my app to access https://outlook.office365.com/api/v2.0/me?
