You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains basic scaffolding of a Blazor WASM app and MAUI Blazor Hybrid app using MSAL (Microsoft Authentication Library) login via Entra/Azure for a single tenant.
This repository contains basic scaffolding of a Blazor WASM and MAUI Blazor Hybrid using MSAL (Microsoft Authentication Library) login via Entra/Azure for a single tenant.
Each commit will be a step in the process.
Blazor WASM with MSAL login
MAUI Blazor Hybrid with MSAL login
Reading app roles from Entra/Azure and attaching them to a custom user object that can be used throughout the app. Will demonstrate the following roles: ["Weather.View", "Counter.View", "Counter.Click"]
About
This repository contains basic scaffolding of a Blazor WASM app and MAUI Blazor Hybrid app using MSAL (Microsoft Authentication Library) login via Entra/Azure for a single tenant.