Hi,
I'm developing a Website / Web Mapping Application for our Clients and our Employees to use.
There is a welcome page and Web Map application developed in Flex.
There are two entrances to the Web Map Application, one for our clients and one for the employees.
When a Client logs in they can only see data pertaining to the projects we do for them, how ever when employees log in they have access to all the clients data.
The map services are the same for both the clients and the employees, just programmed to recognize who is logging in.
The Employees use their windows authentication to log in. The Clients are giving a unique Username and Password.
I would like to use a secure connection like SSL.
My question is what is the best way to secure the web mapping application so that both the Clients and Employees can log into the same map service but at the same time be programmabley recognized as an employee or client?