新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

API, SSO, Box app and file upload

新規投稿

コメント

2件のコメント

  • 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
    コメントアクション パーマリンク
  • 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
    コメントアクション パーマリンク

サインインしてコメントを残してください。