So I actually have the rewrite rules setup to ignore my login page. However, the problem is that I want to prevent the rewrite from occuring until users are authenticated on the front end server. I thought having the forms authentication module higher in the module order list would make this happen but it seems to have no effect. Any ideas?
The reason we want authentication here and not on the actual application web servers is two-fold:
1) The Auth servers (running ARR) will be setup outside our firewall and the app web servers will be inside the firewall, so we don't want any unauthenticated traffic getting through.
2) We are actually integrating with a federated security solution so the final authentication is actually delegated.
Any help would be appreciated.
- Phil