■ Current situation
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 by JWT using SDK,
When executed, it becomes "Error parsing private key for Box Developer Edition." and cannot be authenticated.
The current firewall settings are opening ports from Azure to Box,
The port from Box to Azure is not open.
■ Questions
Is it necessary to open ports from Box to Azure when using the Box API?
If so, please let me know the required port number and target Box IP address.
