A demo app explaining Authentication and Authorization in a Blazor server app using Microsoft Entra ID and Microsoft Graph. Full explanation of the code can be found at: https://medium.com/@varu87/authentication-and-authorization-in-a-blazor-server-app-using-microsoft-entra-id-and-microsoft-3e9f5f32bd53
To run this application on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/loveneetchahal/BlazorAuthDemo.git
- Navigate to the project directory:
cd BlazorAuthDemo
- Install dependencies:
dotnet restore ./BlazorAuthDemo/BlazorAuthDemo.csproj
- Start the development server:
dotnet run --project ./BlazorAuthDemo/BlazorAuthDemo.csproj
This project was built using the following technologies: