Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.59k stars 3.75k forks source link

Alternative Sign In #1666

Open mirojs opened 4 weeks ago

mirojs commented 4 weeks ago

Please provide us with the following information:

It takes quite some steps (including 2FA app) for user to set up Microsoft Entra account. Would email with one time code be feasible? Is there's even any Entra ID article that could be followed? Thanks.

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

azd version?

run azd version and copy paste here.

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

pamelafox commented 3 weeks ago

That is possible with Entra External ID. We have that implemented in another simpler repo here: https://github.com/Azure-Samples/openai-chat-app-entra-auth-builtin

I also presented it during our Build session: https://build.microsoft.com/en-US/sessions/b5636ca7-64c2-493c-9b30-4a35852acfbe?source=sessions

We should be able to bring it into this repo by bringing in the changes to the auth scripts and the Bicep files. I will work on it.