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.56k stars 2.42k forks source link

frontend_settings shows auth_enabled as false when you have entra ID configured #1001

Open minhvu10 opened 2 months ago

minhvu10 commented 2 months ago

image

abhahn commented 2 months ago

Hi @minhvu10 , just to clarify about the settings -- you will need to explicitly set AUTH_ENABLED=true in your app settings if you have already configured your identity provider. Let me know if this is helpful, or if there's something I'm missing.

minhvu10 commented 2 months ago

image still has error.

If you deploy a new web app using the studio you'll get this error. may be something in the codebase that changed recently because this issue wasn't present 1 month ago and I didn't need to set auth_enabled=TRUE

image

this used to populate with microsoft graph user.read and the apps user_impersonation. now it does not populate when you deploy a new app in AOAI Studio

github-actions[bot] commented 1 day ago

This issue is stale because it has been open for 30 days with no activity.