IdentityModel / IdentityModel.AspNetCore

ASP.NET Core helper library for claims-based identity, OAuth 2.0 and OpenID Connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception "Headers are read-only, response has already started" when refreshing token in blazor server project.

rwecho opened this issue · comments

like #108

            // throw exception.
            await _contextAccessor.HttpContext.SignInAsync(parameters.SignInScheme, result.Principal, result.Properties);

I tested Web3 of samples, it's ok. but not working in blazor server.

I don't do Blazor. So I don't know. Sorry.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.