This is a demo project for Azure Entra External Id with Nextjs.
- Clone the repository
- Run
pnpm install
- Run
pnpm dev
- Create a
.env
file and copy the content of.env.example
to it. - Update the
.env
file with your own values.
- Run
pnpm dev
- Open
http://localhost:3000
in your browser.