Full Stack Web Development

W09 Blazor Authentication and Authorization

08/06/2025

9:30am - 10:45am

Level: Intermediate

Rockford Lhotka

VP of Strategy

Xebia

Most web and native apps require some form of authentication to allow users access to the app. And they use authorization to change the app's behavior based on the user's roles and claims.

Learn how to implement Blazor authentication on the server, in WebAssembly, and in a MAUI Hybrid app. Then learn how to use the current user's identity to authorize access to pages, components, and UI elements in your Blazor apps.

You will learn:

  • How Blazor authentication works on aspnetcore
  • How Blazor authentication works in WebAssembly and MAUI
  • How Blazor authorization can be used to create a compelling user experience