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