I'm trying to create a server app that uses REST API calls, much like the Postman setup. Oddly, the only app type that works with Postman is the standard OAuth 2.0 type. (see instructions below, but note the numbering is off here):
- Make sure your application uses Standard OAuth 2.0 as the authentication method
- Scroll down to the OAuth 2.0 redirect URI configuration and set the Redirect URI to the value
https://developer.box.com/auth/callback. It is important to note, if you visited this tutorial atbox.devyour Redirect URI should behttps://box.dev/auth/callback
With Postman or a server side app, there is no need whatsoever for a redirect URI - that's for a web application. And furthermore, this setup precludes the use of JWT. Please tell me this can be fixed ASAP.