Welcome to the new Box Support website. Check out all the details here on what’s changed.

Changing the destination of file uploads

Answered
New post

Comments

1 comment

  • Murtza

     That's the correct approach. For future viewers of this thread, here are the complete steps to authenticate a Box application using JWT authentication to another Box enterprise: 

    1. Get your application's client id from the application configuration page in the Box developer console. The URL format for that page is https://app.box.com/developers/console/app/YOUR_APP_ID/configuration.
    2. Ask the Box Admin for the other Box enterprise to authorize your application on the Apps page of the Admin Console. The Box Admin will need to navigate to the Custom Applications section on that page, click Authorize New App, and enter your application's client id in that field. The URL format for that page is https://app.box.com/master/settings/openbox
    3. Ask the Box Admin for their enterprise id, which can be found on the Account Info page in the Admin Console. The URL format for that page is https://app.box.com/master/settings/account.
    4. In the JWT config file that you downloaded from the Box developer console, replace the enterprise id with one for the Box enterprise id you need to authenticate to. You can now generate a enterprise access token using JWT authentication that will let you access content in the other Box enterprise.
    0
    Comment actions Permalink

Please sign in to leave a comment.