Targeting the Box Cloud Storage system
For each Box Cloud Storage application, add a target system in Bravura Security Fabric (Manage the System > Resources > Target systems):
Type is Box Cloud Storage.
Address uses options described in the table below.
The full list of target parameters is explained in Target System Options.
Option | Description |
---|---|
Options marked with a | |
Server | The Box application OAuth 2.0 redirect URI. Default is "api.box.com" (key: server) |
Port | Default is 443. (key: port) |
Connection over SSL | (optional) Select to enforce SSL connections. Default is "true". (key: ssl) |
Validate the server’s certificate when connecting | Determines whether to validate the server’s security certificate for SSL connections. Default is "true". (key: checkCert) |
HTTP Network Proxy | Optional (key: proxy) |
Client ID | Client ID (key: clientid) |
Client Secret | Client Secret (key: clientSecret) |
Enterprise ID | Enterprise ID (key: enterpriseid) |
Public Key Identifier | Public Key ID (key: keyid) |
The address is entered as follows:
{server=api.box.com;port=443;clientid=<Client ID>;clientSecret=<ClientSecret>;enterpriseid=<Enterprise ID>;keyid=<Public Key ID>/[;proxy=<proxy>;]}
Setting the administrator credentials
A Box Application requires a JSON Web Token (JWT) which is verified with a RSA keys, a pair of public key and private key. For a Box target system administrator, add the full path to the private key file, a .pem file, in the Administrator ID field on Credentials tab as well as password for the private key in password fields.
The target should now be able to connect and interact with the Box API.