Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix up Box instructions #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/oauth-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ The below instructions will allow you to deploy Curio with additional OAuth base

## Box.com

* Navigate to https://app.box.com/developers/services.
* Navigate to https://app.box.com/developers/console.
* Click "Create new App".
* Select "Custom App" then select "Next".
* Select "Standard OAuth 2.0 (User Authentication)" and select "Next".
* Give your app a unique name, then select "Create App".
* Select "View your app".
* Under "Oauth 2.0 Credentials" record the Client ID and Client Secret as the `box_com_client_id` and `box_com_secret_key` input Terraform variables to your [terraform.tfvars] (terraform.tfvars) file.
* In the "OAuth 2.0 Redirect URI" section of your box app, set the Redirect URI to `https://{dns_name}:8443/connect` (where `{dns_name}` is the domain name you will be hosting the platform on).
* Under "Application Scopes" select the "Read all files and folders stored in Box" and "Write all files and folders stored in Box" checkboxes.
* Select "Save Changes".
* Deploy your Terraform environment.

Expand Down