Visual Studio Code – Blazor WASM OIDC authentication with Microsoft identity provider
I am trying to set up SSO with a Blazor WebAssmebly app (.NET 7). On the Azure AD side of things, I have registered an application (SPA) with a login callback URI of https://localhost/authentication/login-callback . I have disabled implicit and…