microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.66k stars 2.64k forks source link

App Service Authentication not working when redeploying an app #1154

Open misslapina123 opened 4 weeks ago

misslapina123 commented 4 weeks ago

Describe the bug App Service Authentication not working when redeploying an app

To Reproduce Steps to reproduce the behavior:

  1. Deploy your app.
  2. Set up Microsoft Authorization from the portal.
  3. Ask a couple of questions and receive answers from your app.
  4. Redeploy or stop and start again your app.
  5. The window of no Authentication set shows up again.

Expected behavior The app should work just fine if the authentication is set.

Screenshots Screenshots were added here - https://github.com/microsoft/sample-app-aoai-chatGPT/discussions/1147

Configuration: Please provide the following

samir-sinha commented 2 weeks ago

The issue persists even when you disable / delete the authentication.

The WebApp should bypass the authentication process completely, when we wish to offer a user the ability to chat with the WebApp anonymously.