My plan is the following:
- Add logon name to SQL database.
- Save service account username and password to SQL database against each of these users, as a hash.
- User opens up app on their PC, it reads their logon name, checks if the service account credentials are there, if they are, pull them down and use them to authenticate against the domain network.
- If the users' logon name isn't there, throw an error.
Is this possible? If so, does anyone know how to translate the hash for Windows Authentication?