Is it possible to have some users authenticate to a SQL Server DB and have
other users authenticate to an Active Directory from the same login form?
We
are building an app that requires users to register and then login. These
users can then place orders. We aslo would like for internal employees
(customer service, and sales reps) to be able to login the same way so
they
can either place orders or assist customers having trouble. The catch is
we
do not want to maintain all the internal employee profiles in the database
(new hires and terminations). We were hoping to use the existing Active
Directory structure to allow internal employees access to the site. Can
this
be done? Would they have a record in the UserObject table? Would they have
their own OrganizationObject?
Thanks in advance for any help!!
Vito