ScrewTurn wiki 和自定义 ASP.NET 会员提供商
我正在考虑实施 Screwturn Wiki 来记录网站的管理区域。 我想使用现有的自定义 asp.net 会员提供程序,以便无缝访问 wiki。 所以它看起来像这样:
http://www.example.com/admin
- 现有管理区域http://www.example.com/admin/wiki
- Wiki
有一个名为 HTTPUserProvider 插件 的插件,它允许您通过网络请求在另一个网络服务器上进行身份验证,但这似乎是一种黑客行为。
有人有这种情况的经验吗?
I'm thinking of implementing the Screwturn Wiki for documenting the administration area of a website. I would like to use the existing custom asp.net membership provider so that access to the wiki is seamless. So it would look something like this:
http://www.example.com/admin
- Existing administrative areahttp://www.example.com/admin/wiki
- Wiki
There's a plugin called HTTPUserProvider Plugin which allows you to authenticate on another webserver through a web request, but this seems like kind of a hack.
Anybody have experience with this scenario?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Keltex,
也许对你来说有点晚了,但现在有一个 STW3 的 ASP.NET 会员提供程序:
http://www.screwturn.eu/Customize。 ASP-NET-Membership-Proxy-User-Provider.ashx
Keltex,
A little late for you perhaps, but there is now an ASP.NET Membership provider for STW3:
http://www.screwturn.eu/Customize.ASP-NET-Membership-Proxy-User-Provider.ashx
他们现在有一个:
http://www.screwturn.eu/Customize.UsersPluginsV2.ashx #ASPNet_Membership_User_Provider_33
They have one now:
http://www.screwturn.eu/Customize.UsersPluginsV2.ashx#ASPNet_Membership_User_Provider_33