I want to access any user's calendar in my Java application.
In https://portal.azure.com, I created an Azure Active Directory: aniketorg123
Then I created an app in it: aniketorgapp1
Following are the Redirect URIs that I added:
Then I added some permissions:
Now, in my application I send Oauth authorization request:
This loads the "Pick an account" page. When the user picks an account, I'm getting the following response:
403 Forbidden
Why could I be getting 403 forbidden?