Translate
Erreur de URI Redirect pour une application python (flask) déployé sur Azure
I have succeded deploying my flask app on azure for which I use Microsoft Entra ID to login and access my web app. I've set the correct URLs for my app (https://front-miaao-cdgwabgcb8cydth4.francecentral-01.azurewebsites.net/login/callback), but when I press on login in I get this error :
AADSTS50011: The redirect URI 'http://localhost:8000/login/callback' specified in the request does not match the redirect URIs configured for the application ''. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this.
even though in my code there's no ''[http://localhost:8000/login/callback]'' anywhere and in the app registrations i haven't added it neither.