Remove port from Redirect URL for Identity Provider
-
Hi folks
I have an instance of FusionAuth running in a docker container.
When I create an OpenId Connect Identity Provider for Azure, FusionAuth generates a Redirect URL for me. The problem is that the redirect URL starts with https:// but ends with specifying Port 80.
So my redirect URL is https://mysite.com:80/ which is proving to be problematic as I am getting a Connection is not Secure error message after I get redirected back to FusionAuth from Azure.
When I view my Application registration, all the URLs end with the :80 port.
Is there a way to remove the port from the Redirect Url, and /or from the Application?
Thanks
-
@mvanzyl Are you using a proxy?
If so, perhaps you need to set some proxy headers, as outlined here:
https://fusionauth.io/docs/v1/tech/admin-guide/proxy-setup#headers-to-set
-
@dan I'm not sure about the Proxy, I have installed FusionAuth via CapRover and it seems like quite an old version. (1.7)
I'm guessing that there are configurations to be done during the setup as all the URLs from my .well-know are also https://....:80, but I am not sure where to start.
-
@mvanzyl I would start by upgrading FusionAuth.
1.7 is quite old (more than 3 years), so most of the docs won't be useful to you.
Can you share how to get FusionAuth upgraded in CapRover?