How to handle User Authentication in this scenario?
- by Daniel
Which user authentication scheme could be used at following scenario?
Users login at the website(ex: Microsoft.com)
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!