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

Java SDK Enterprise and SSO

New post

Comments

2 comments

  • yanghong

    The tutorial "Setting Up Single Sign On (SSO) for your Enterprise" states that

     

    IdP Requirements:

    • Must support SP initiated SSO
    • Must support SAML 2.0

     

    Currently Box does NOT support OAuth 2.0-based SSO.

     

     

    0
    Comment actions Permalink
  • mwiller

     In general, API authentication should be totally separate from SSO.  If your application is using Standard OAuth2, then the user will go through the SSO flow in their browser/web view and your application will receive an auth code once they've entered their credentials.  If you're using JWT to generate access tokens for enterprise users, whether the enterprise uses SSO or not should be irrelevant to you generating the access token using your app auth credentials.

     

    Are you running into some specific problem integrating with an enterprise that uses SSO?

    0
    Comment actions Permalink

Please sign in to leave a comment.