openai-at-scale
openai-at-scale copied to clipboard
Feature Request: Use the Authentication function of the App Service to require user authentication.
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
I would like to add an authentication function for AzureAD. I have configured the following article as a reference, but do I need to add functionality on the application side?
Configure your App Service or Azure Functions app to use Azure AD login
Any log messages given by the failure
AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption.
Expected/desired behavior
We would like to have unauthenticated users see the Microsoft account login screen and authenticated users be able to use the application.
OS and Version?
macOS (Big Sur)
Versions
Mention any other details that might be useful
The Authentication setting screen of App registrations is attached for your reference.