Cookie not being saved when action ends with a round-trip to Challenge(AuthenticationProperties, string[])

前端 未结 0 1322
温柔的废话
温柔的废话 2021-01-12 07:47

We have a normal action method, in which we do the following:

CookieOptions cookieOptions = new CookieOptions
{
    IsEssential = true,
    SameSite = SameSit         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题