I am developing UWP application, in that I used the AAD authentication for security after user login successfully then I am trying to call O365 API with my accestoken for to getting calendar events of authorized user.
Up to now it’s working fine, but I was enabled the “Application is multi-tenant” option in AAD after that I used different tenant AAD user credentials to sign into the application. After successful sign in, when I am trying to call O365 API with new tenant credentials then I got the exception like “Unauthorized”.
Please tell me, if it is possible or not for different tenant users can access their respective O365 calendar events from a single tenant AAD application(multi-tenant enabled app)?
-Pradeep