Blog

Entries for 'authentication'

Azure AD Authentication with BlazorWASM using OAuth2

This blog will walk through how to use Azure Active Directory as an authorized provider for a BlazorWASM application. No server-side code is required. Overview We’ll be implementing the authentication using OAuth 2.0 implicit flow for the...