I’m in the process of migrating my application from using PATs to OATH client/secret. I’ve used the CLI to create the app including a redirect of http://localhost. The following is the URL that is being used with sensitive data removed
Did you solve the issue?
“HTTP” and “localhost” URLs are not accepted as Redirect URLs, so, you need to use an HTTPS URL that will redirect to your “localhost” endpoint. I suggest you use Ngrok to create a tunnel for this purpose.