How to handle User Authentication in this scenario?

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-04-14T23:55:59Z Indexed on 2010/04/15 0:03 UTC
Read the original article Hit count: 244

Which user authentication scheme could be used at following scenario?

  1. Users login at the website(ex: Microsoft.com)

  2. If login is successful, access to the program in user's local machine(ex: MS Word) is granted.

The development environment is .NET.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about authentication