I have a default and an extended "Extranet" zone on one of my web application. I would like to assign a single URL "https://Name.myDomain.com" to both zones. Additionally I also want to be able to differentiate the authentication. 1. If an external user browses https://Name.myDomain.com, he must be shown the FBA form to sign in. 2. On the other hand if a internal user browses https://Name.myDomain.com, he should be let through using windows authentication and not presented the default login screen.
Alternatively, I do not mind having http:// for internal users and https://for external users if its going to be easier.
How can I do this?