Google Calendar is not picked up for consent when configured Google as the Identity provider in the App Services Authentication section
I have developed a Streamlit application that leverages Google Calendar. The app hosted in Azure App Services (linux based, GitHub Action being a trigger for deployment - which is working fine. I am leveraging the X-HEADERS set by Azure (Ex: "X-MS-TOKEN-GOOGLE-ACCESS-TOKEN") for getting the token and build the necessary services. The Google project is configured to ask consent for basic user details, email, profile picture and Google Calendar. But when the login and consent redirection happens from Azure, google does not show Calendar. It shows only the basic info requested.
Additionally, at this point, the Google project is under Testing and not made as Production.
How to make Azure instruct Google to ask consent for Google calendar?