We are developing a system using Java on Microsoft Azure AppService.
I’m developing a feature that uses the Box API in a system I’m developing.
Box API authentication is done via JWT using the SDK.
An error occurs at “BoxDeveloperEditionAPIConnection api = BoxDeveloperEditionAPIConnection.getAppEnterpriseConnection(boxConfig);” at runtime.
The error message is “class “org.bouncycastle.asn1.pkcs.rsapublickey”'s signer information does not match signer information of other classes in the same packag”.
I am using Box SDK version 3.4.0.
I would like to know the solution for this error.