【发布时间】:2016-01-07 09:05:14
【问题描述】:
在我的解决方案中,我使用的是 Thinktecture IdentityServer。
我想介绍记住我的功能(持久性 cookie),所以我使用了这里描述的 AllowRememberMe 选项:https://identityserver.github.io/Documentation/docsv2/configuration/authenticationOptions.html
这很好用,但持久性 cookie 仅为 IdentityServer 实例创建 - 而不是为需要身份验证的客户端网站创建。
我的问题是:是否有开箱即用的解决方案来实现这一目标?或者我是否通过索赔等方式传递了关于 cookie 过期的详细信息?
【问题讨论】:
标签: asp.net .net cookies identityserver3