Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

App supports user authentication #33

Closed brunoborges closed 8 months ago

brunoborges commented 8 months ago

If the user is not authenticated, the app should show a "Not authenticated, click here to login" page. The login page redirects the user to the OIDC/AD respective login page.

brunoborges commented 8 months ago

The demo does support authentication. So maybe that's all that is needed for now. Marking closed for now.