Incorrect redirect URI in Azure authenticated Flask app when deployed using nginx and docker
I have a flask app that was built based on the following instructions that allows me to authenticate users based Azure AD. https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-python-webapp The app works great when tested on localhost:5000. Now I want to deploy it to a production…