-
Notifications
You must be signed in to change notification settings - Fork 178
Assistance Needed (Azure Static Web App, Authentication) #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe given the |
You need to put the You can also have a look a this other sample, which already enable SWA built-in authentication: https://github.com/Azure-Samples/openai-secure-ui-js |
@sinedied there should also be the ability to enable Azure AD B2C authentication |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed. |
This issue was closed because it has been stalled for 7 days with no activity. |
I've followed the steps outlined in the README for this project related to setting up a new Azure Authentication Registration, User Flow, etc; however, the output of that process is a
staticwebapp.config.json
file that needs to be associated with the Static Web App on build.I have added it to the
./packages/webapp
project root and it is being placed in the./webapp/dist
folder duringazd deploy
; however, the application itself cannot invoke the/.auth/login/aadb2c
or other flow (it is returning a default, Azure-controller404
page).What I am seeing is that
/.auth/me
"works" (feel free to check it out) in that it returns:The text was updated successfully, but these errors were encountered: