有在 ASP.NET 状态服务器上实现 DotNetOpenId 的示例吗?

发布于 2024-08-21 08:50:57 字数 133 浏览 7 评论 0原文

我们在当前使用横向扩展的网络场上实现了 dotopenopenId。我们想用 ASP.NET State Server 替换 ScaleOut,但我想知道是否有需要为 AssociationStore 和 ProviderStore 构建的接口的示例。

We have dotopenopenId implemented on our web farm which currently uses scaleout. We want to replace ScaleOut with ASP.NET State Server, but I'm wondering if there are any examples of the interfaces that need to be built for the AssociationStore and the ProviderStore.

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

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

发布评论

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

评论(1

爱要勇敢去追 2024-08-28 08:50:57

DotNetOpenAuth 状态存储的最佳示例可以在 项目模板中找到。这些存储使用共享数据库,以便网络场上的所有服务器根据需要共享状态。

The best examples of state stores for DotNetOpenAuth are found in the project templates. These stores use a shared database so that all servers on the web farm share the state, as appropriate.

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