Is there any way to register an OAuth2 redirect URI that will support using an unreserved (random) port over loopback/localhost? For desktop applications that might not be installed system-wide (e.g., portable installs), app-declared custom URI scheme redirection and app-claimed HTTPS URI redirection aren't available, and creating a short-lived local HTTP server works well for other OAuth2 services. Dropbox's URI matching appears to require a matching port too though. Do we need to just register ~50,000 URIs for all the different ports? Is there a better alternative?