SessionSecurityToken 始终为空
我有一个示例 asp.net 网站,它与自定义 sts 进行登录对话。我可以使用 sts 登录该网站,但是当我在该网站上并点击刷新时,它会在 sts 和网站本身之间进入无限循环。 当我使用 Reflector Pro 并检查 WIF dll 时,似乎 SessionSecurityToken 始终为 null。 有人遇到同样的问题吗?
I have a sample asp.net website that talks to a custom sts for login. I can login to the site with sts, but when I am at the site, and hit refresh, it goes to an infinite loop between sts and the site itself.
When I use reflector pro and check WIF dll, it seems that SessionSecurityToken is always null.
Does anybody experience the same issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题可能是由于登录令牌过期造成的
检查这里
http://www.anmolrehan-sharepointconsultant.com /2011/06/security-token-service-sts-and.html
Issue could be because of Logon Token expiration
check here
http://www.anmolrehan-sharepointconsultant.com/2011/06/security-token-service-sts-and.html
检查浏览器中的 cookie 设置。
Check cookies settings in your browser.