AuthenticationService.Authenticating

发布于 2024-09-18 01:45:26 字数 122 浏览 1 评论 0原文

将 e.isAuthenticated 设置为 true 足以设置表单身份验证 cookie 吗?

这是在 wcf 身份验证服务的 AuthenticationService.Authenticating 事件中。

Will setting e.isAuthenticated to true be enough to set the forms authentication cookie?

this is in the AuthenticationService.Authenticating event of the wcf authentication service.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清醇 2024-09-25 01:45:28

是的,我最近刚刚测试了这个场景,并使用 fiddler 查看标题显示 Set-Cookie:存在 .ASPXAUTH= 标头变量。另一种测试方法是为 CreatingCookie 事件,在创建身份验证 cookie 时发生。

Yes, I've just recently tested this scenario and using fiddler to view the headers showed that the Set-Cookie: .ASPXAUTH= header variable was present. Another way to test is to add an event handler for the CreatingCookie event, which occurs when the authentication cookie is being created.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文