redirect_uri_missing
I'm trying to use the REST API from within an Objective C mac app but keep getting this "redirect_uri_missing" error, even though the parameter IS specified in both the URL I'm opening with the browser for authentication as well as in the app's configuration in the developer console.
The error details even mention this redirect_uri parameter, for example:
Error: redirect_uri_missing
- redirect_uri=http://localhost:14865/
- state=(removed)
- client_id=(removed)
Whatever I enter there – using custom url scheme or http:://localhost, either with a fixed or dynamic port, I keep getting this error and thus can't get OAuth to work. Am I missing something essential here? It's pretty frustrating...
-
You typically see the redirect_url_missing error if you don't pass one in your authorization call...
https://developer.box.com/guides/authentication/oauth2/with-sdk/#2-redirect-user
Please sign in to leave a comment.
Comments
4 comments