Unable to authorize access because the client configuration is invalid: invalid_request
I'm trying to get the access token for my OAuth application. I've followed the documentation and created an application, and navigated to the URL:
From my understanding it's supposed to bring me to a page where I click 'Allow' and then I get redirected to the redirect URL with parameters in the URL. But instead I get "Unable to authorize access because the client configuration is invalid: invalid_request".
I'm not sure what I'm missing or doing wrong here, my redirect URL is the exact same, and my Client ID is the exact same and the scope is correct.
I've looked at this forum topic:
And it mentions code on the user's side, do I need to have my own code on my redirect URL to do something here?
