Hello Everyone,
Currently, I am working on Single sign-on project using Coldfusion 8 and SQL Server 2005.
Current system allows internal and external users to log-in and authenticate against SQL Server 2005 database, however I need to change the process.
- Internal User: What I would like to do here, Use Active Directory to authenticate internal user and bypass user login screen
- External User: Need to go to Login screen to login into system.
what is best way to implement? what are the steps that I need to take to enable Active Directory authenticat under IIS.
Any sample example good help.
thanks A