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

Are any of the other oauth2 authentication options supported other than redirect_uri?

New post

Comments

1 comment

  • SalsaShark42

    If you're using something like Python with Flask or Node.js with Express, it's pretty easy to get the redirect that way, but that whole approach still requires manual intervention to authorize the request to invoke the redirect.

     

    Are you writing a headless application that doesn't require end-user interaction?  If so, you may want to look at the Enterprise/Service account approach that uses OAuth2 with JWT (no manual steps required except for a one-time authorization of the application via the Box admin console).

    0
    Comment actions Permalink

Post is closed for comments.