You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently deployed an application via App Service and I now wish to deploy it on an Azure virtual machine. However, I am having difficulties configuring the authentication. I registered an application and configured it correctly, exactly like the application I previously registered and which works ddfor the version deployed on App Service.
I tried to add the "client secret" as well as the "app id" in my .env file, but this did not solve the problem. The application still indicates that I have not set up authentication. I also tried to add the "client secret" and "app id" in my app.py file, but to no avail.
Would anyone have an idea on how to solve this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I recently deployed an application via App Service and I now wish to deploy it on an Azure virtual machine. However, I am having difficulties configuring the authentication. I registered an application and configured it correctly, exactly like the application I previously registered and which works ddfor the version deployed on App Service.
I tried to add the "client secret" as well as the "app id" in my .env file, but this did not solve the problem. The application still indicates that I have not set up authentication. I also tried to add the "client secret" and "app id" in my app.py file, but to no avail.
Would anyone have an idea on how to solve this problem?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions