Home All Groups Group Topic Archive Search About

Mixed authentication solution

Author
10 Oct 2008 9:21 AM
denism
We're looking for the mixed authentication solution, which will be
seamless for both internal and external users.
The way we would like to accomplish it is:
1. Both internal and external users are accessing the same URL: www.myapp.com
2. If the user is internal user and system passed his/her token
correctly then the system automatically authenticates user with
Windows Authentication
3. In the case the user is external, no windows authentication form is
displayed and instead the user is redirected to app login form.

Is there any way to make this simple?