for ECC and S/4
Installation and Base Configur...
Configure App within Box Account
6min
using box as a docuflow repository requires the following steps generate your private key certificate generate your private key der file generate your public key creation and configuration of the docuflow app within your box account authorization of the docuflow app within your box account adding generated and configured elements to the docuflow enterprise connector steps 1 thru 3 require openssl please download it enter the following commands in command prompt via the openssl binary "c \openssl 1 1\x64\bin>openssl exe" is the binary we want to pass parameters to in command prompt generate your private key certificate create your private key certificate using the following openssl command openssl genrsa aes256 out \<your privatekey> pem 2048 generate your private key der file create your private key der file from the \<your privatekey> pem file using the following openssl command openssl pkcs8 topk8 inform pem in \<your privatekey> pem outform der nocrypt out \<your privatekey> der generate your public key generate your public key from the \<your privatekey> pem file openssl rsa in \<your privatekey> pem outform pem pubout out \<your publickey> pem creation and configuration of the docuflow app within your box account log in as a box administrator to your box environment navigate to your dev console section choose "custom app" and then click next choose "create new app" navigate to the "configuration" section selection oauth 2 0 with jwt (server authentication) and click next name your app it is suggested docuflow is included in the name click "view your app" take note of your client id and client secret for configuration of the docuflow middleware keep this information secure ensure the "app access level" is set to "application + enterprise access" ensure the "application scopes" is set to read all files and folders stored in box write all files and folders stored in box manage users under advanced features enable "generate user access tokens" under "add and manage public keys, choose "add a public key" and enter the public key from the step "generate your public key" above click "save changes" in the top right of your screen navigate back to the "general" section on the left of your screen click "submit for authorization" copy the client id and the public key id for the next step below authorization of the docuflow app within your box account log in as a box administrator to your box environment navigate to your enterprise settings click on the “apps” tab choose "custom apps" click “authorize new app" press the “authorize” button adding generated and configured elements to the docuflow enterprise connector refer to the section "base docuflow enterprise connector configuration – docuflow ecm only" for configuration of the docuflow middleware and creation of app users that will require enterprise id client id public key id client secret \<your privatekey> der file