Relative Content

Tag Archive for c#authenticationblazorasp.net-identity

Use Cookie Authentication for Microsoft Authentication in ASP.NET CORE Identity

I want to use Individual Logins and Microsoft Auth on my Blazor WebApp. Now, for debugging purposes, I don’t want to sign in every time to the app. So I thought I can solve it with cookies. The cookie works fine if I log in with an individual account. But when I’m using my Microsoft account to log in, there is no cookie stored and I have to log in again, when opening the browser again.