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

API, SSO, Box app and file upload

New post

Comments

2 comments

  • thewookiee

    Hey just curious if you were able to figure this out and how you managed to do it. I'm in the exact same situation.

    0
    Comment actions Permalink
  • Jason

    Hi  and ,

     

    Thanks for posting to our forums! What parts were you having trouble with? 

     

    You, as the developer, should not have to worry about SSO at all. In the Standard OAuth2 flow (https://developer.box.com/v2.0/docs/oauth-20#section-3-the-user-experience) your app redirects the user to Box, where Box handles the authentication (including SSO). Once the user completes authentication, the user is redirected back to your redirect_uri with an appended authorization code, which you would then use in the request to obtain an access token.

     

    In other words, if you know how to make the Standard OAuth2 flow work outside of SSO (for example, in your test environment), then the experience is no different for users who are using SSO.

     

    Let me know if that helps or if I can clarify?

     

    Thanks,

    Jason

    0
    Comment actions Permalink

Please sign in to leave a comment.