User-986267747 posted
Hi david38ni,
david38ni
Login with their username and password that they use for their pc each morning
Here is tutorial about using Forms authentication to permit users to authenticate against Active Directory using the Lightweight Directory Access Protocol (LDAP)
https://msdn.microsoft.com/en-us/library/ms180890(v=vs.80).aspx
david38ni
Allow auto sign on based on their initial login of their pc?.
You could put your login information into a cookie variable, then you could check if the cookie is existing when you access the related pages, if it exists, the user will be redirected to related page, otherwise the user will be redirected
to login page.
Best regards,
Klein Zhang