In this post, we will see how to resolve Blazor WASM error: ‘window.crypto.randomUUID is not a function’ Question: When I deploy my asp.net Blazor WASM app I get the following error when MSAL tries to authenticate. window.crypto.randomUUID is not a ...

Question: I’m working on an SPA which depends on an instance of Identity Server for authenticating users. I need a solution that manages my tokens locally, but Duende (the owners of Identity Server) lean towards a Backend For Frontend (BFF) ...