Skip to content

Authentication and authorization in a Blazor server app using Microsoft Entra ID and Microsoft Graph

Notifications You must be signed in to change notification settings

varu87/BlazorAuthDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BlazorAuthDemo

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

Getting Started

To run this application on your local machine, follow these steps:

  1. Clone the repository: git clone https://github.com/varu87/BlazorAuthDemo.git
  2. Navigate to the project directory: cd BlazorAuthDemo
  3. Install dependencies: dotnet restore ./BlazorAuthDemo/BlazorAuthDemo.csproj
  4. Start the development server: dotnet run --project ./BlazorAuthDemo/BlazorAuthDemo.csproj

Credits

This project was built using the following technologies:

About

Authentication and authorization in a Blazor server app using Microsoft Entra ID and Microsoft Graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published