Authentication strategies for .NET MAUI Blazor Hybrid and WASM
Summary For a solution containing a .NET MAUI Blazor Hybrid app, a Blazor WebAssembly (standalone, no SSR) app, and a separate ASP.NET Core server, the recommended authentication approaches are: OpenID Connect/OAuth2 with IdentityServer or Azure AD – central token service hosted in the ASP.NET server. ASP.NET Core Cookie Authentication + JWT bearer for APIs – … Read more