views:

95

answers:

1

I have a WSS installation that's behind basic authentication/SSL (it's hosted at a public web host). I'm creating a sister site in ASP.NET, and am considering just running the credentials through and allowing users to log into the new system providing there is no 401 Not Authorized error returned.

Both are internet-facing applications that will be used by about 20-50 people.

What am I missing? I've never heard of this recommended before, but I don't see why it wouldn't work.

+1  A: 

I can't see any major problems with that - you'll obviously want to make sure both servers are using SSL if you've got to send that over the Internet, but other then that it sounds like an elegant way to share credentials between applications.

Jon Wood
thanks for the validation check. ;)
paulwhit