Using Box with JWT (Server Authentication)

@kendomen is correct. Here's some more detail:

Go to api.box.com. Then select Admin Console.

enter image description here

Now this is where it gets funky. Click on the Security step.

enter image description here

Then the fine print.

enter image description here

This gives the tool bar that should have been displayed three steps ago. Click Apps.

enter image description here

Then click on Authorize New App.

enter image description here

This puts up a pop-up where you enter the app key. This is referred to as the "ClientID" in the json file you may have downloaded from Box.com.

enter image description here


The admin of Box has to go to Admin Console -> Enterprise Settings -> Apps and authorize your app.

Tags:

Jwt

Box