Secure a Blazor WASM ASP.NET Core hosted APP using BFF and OpenIddict

added by DotNetKicks
1/3/2022 8:19:18 AM

1587 Views

This article shows how to implement authentication and secure a Blazor WASM application hosted in ASP.NET Core using the backend for frontend (BFF) security architecture to authenticate. All security is implemented in the backend and the Blazor WASM is a view of the ASP.NET Core application, no security is implemented in the public client.


0 comments