Is it possible to achieve the below mentioned scenario with IIS - ARR combination? or with any additional development.
Have a front end web server (reverse proxy kind of), in DMZ, which will authenticate (and if possible authorize) users and then forwards the request to corresponding application servers with in the internal network.
Any suggestions / thoughts would be really helpful.