25
The OAuth provider rejects my callback URL because it points at localhost
I am wiring up sign in with an external provider on a self hosted service. The service generates its callback URL from its own configuration, and it is producing something on localhost with an internal port, which the…