We are a third party application and I managed to use the Java SDK to implement standard Oauth2 and content retrieval from Box.
I also managed to support BoxEnterprise using JWT authentication mechanism. In this case our application holds the config.json and the user has to provide their user id.
A new category of clients use Box Enterprise with SSO and we need to add support for them. We can not find any example or documentation about how and if that could be done using Java SDK.
Is there any working example ?
Thank you
