Open
Description
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 during azd deploy
; however, the application itself cannot invoke the /.auth/login/aadb2c
or other flow (it is returning a default, Azure-controller 404
page).
What I am seeing is that /.auth/me
"works" (feel free to check it out) in that it returns:
{
"clientPrincipal": null
}
- Where should this file be placed?
- Is the above-shown JSON response indicative of a my-side configuration issue?
Metadata
Metadata
Assignees
Labels
No labels