• Stars
    star
    114
  • Rank 306,663 (Top 7 %)
  • Language
    C#
  • Created over 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Blazor and Identity Server

This project demonstrates how to secure a Blazor WebAssembly application with a standalone Identity Server instance and use it to acquire a token for a protected API.

diagram

Please refer to my article on Medium for more details.

Note: as any other Blazor WASM applications, appsettings.json must be placed in your wwwroot folder.

How to run the demo

The only requirement in order to run the demo is making sure you run all the projects. My recommendation is to set it up in the solution options:

options