Securing a Blazor WebAssembly Application With Azure Active Directory
8 min readJul 7, 2020
--
I recently embarked on a mission with my colleague Marius Rochon to secure a Blazor WebAssembly application using Azure AD. The application utilizes a backend API which is also secured using Azure AD. Whereas Azure AD makes the process a breeze to setup, experience has taught us that the devil lies in the details. This post chronicles our journey to secure a Blazor WebAssembly application.
The source code is hosted on my GitHub repository which can be found here.