I have set up multiple site path routing rules on a HTTPS site and want to secure them with reverse authentication using a form (like TMG does). The documentation says a reverse authentication profile will only work with a single virtual webserver, but i can only get it to work with a single site path.
I have set up the following:
https://www.example.com/pathA --> server1/pathA
https://www.example.com/pathB --> server2/pathB
https://www.example.com/pathC --> server3/pathC
All of them are published with the same reverse authentication profile. Regardless of whether I request pathA, pathB or pathC once I have signed in it will always take me to pathA.
This doesnt happen with the basic authentication, only form based. With multiple paths on the same profile it will always take me to the first one (alphabetically) after successfully logging in.
This thread was automatically locked due to age.