Simplest way to authenticate users across multiple websites/applications in .NET

Posted by Schneider on Stack Overflow See other posts from Stack Overflow or by Schneider
Published on 2010-04-21T01:46:47Z Indexed on 2010/04/21 1:53 UTC
Read the original article Hit count: 243

The ways I can think of are:

  • Use Windows Identity Foundation (WIF). I have never done this so is a black box and risky.
  • Use Forms Authentication or similar, then use database replication to make sure each application has access to the data store.

No doubt there are other options.

© Stack Overflow or respective owner

Related posts about authentication

Related posts about .NET