Hello @ABDUL-SHAHIED SHAHID • Thank you for reaching out.
The "Approval reqiured" page is presented to the users in the below cases:
- If the user consent settings are configured to
Allow user consent for apps from verified publishers, for selected permissions (Recommended)but the application is either not from verified publishers or any of the permissions in the authentication request is not added under Azure Active Directory > Enterprise applications > Consent and permissions > Permission classifications under Low (low risk permissions) tab. You can try to set the User consent settings toAllow user consent for appsand see if it works, to confirm the same. - If the delegated permissions require Admin consent only and cannot be consented by the users. However looking at the above screenshot, the scopes being used are
user.read,calendars.read,calendars.read.shared, andoffline_access. I confirmed that none of these scopes require admin consent. I would suggest you validate the authentication request url and check if the scopes parameter contains any other scope than the 4 scopes I mentioned.
Feel free to tag me in your reply if you have any further questions.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.