I'm working with the Google Drive API, and on localhost the Consent screen - one that allows you to make changes and view your data - usually opens in a new browser tab.
But when uploading the project to Azure when I click the button that opens this consent screen nothing happens. I already checked and the action is arriving in the code correctly but it is locking in this part because it is waiting to open a new tab for the person to confirm, and nothing happens.
Does anyone know if Azure has a security system that does not allow you to open new tabs or redirect to external links?