We have a WinForms application that uses SQL server to store its data. To authenticate the application users, we are using SQL Server to do the authentication. The user must have a username/password that exists on the database server to be able to log in.
So far so good.
Now one of our customers wants us to implement single sign on. They want to be able to start our app without entering any username/password, they want to use Windows to authenticate the user.
Do you have any advice about how we could implement this?