I've setup FusionAuth behind an IIS reverse proxy, and everything is working well except the host of the redirect_uri is stripped.
For example:
then tries to redirect to /Login2 (stripping out http://localhost...) so it's trying to redirect on the same host, being the fusion auth one, which of course gives a 404.
which doesn't go thru IIS then all is good.
IIS using the standard Reverse Proxy redirect which uses ARR, as I said everything else appears to work fine. It's OK on the standard FusionAuth application, as that redirects to /login out of the box without a host.
Tearing my hair out, hoping it's an easy fix. Spent ages setting FusionAuth up, love it, and I'm falling at the last hurdle.