1

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 area
  • http://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?

Keltex
  • 26,220
  • 11
  • 79
  • 111

2 Answers2

2

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

GC.
  • 1,214
  • 1
  • 10
  • 26
0

They have one now:

http://www.screwturn.eu/Customize.UsersPluginsV2.ashx#ASPNet_Membership_User_Provider_33

Keltex
  • 26,220
  • 11
  • 79
  • 111
  • Thats probably a version 2.0 plugin. Current version is 3.x. You might want to ask around in the STW forums if anyone has updated it. – Mcbeev Oct 30 '09 at 22:19