会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
沐雪架构师
技术架构
首页
新随笔
联系
管理
2022年7月14日
IdentityServer4采用Http时在谷歌最新浏览器登录后不跳转
摘要: startup类添加代码: public void SetSameSite(HttpContext httpContext, CookieOptions options) { if (options.SameSite == SameSiteMode.None) { if (httpContext.R
阅读全文
posted @ 2022-07-14 18:45 沐雪架构师
阅读(77)
评论(0)
推荐(0)
编辑
公告