Skip to content

Commit

Permalink
Benchling now requires apps be added to orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Nov 28, 2023
1 parent 89c46ba commit c9c06a3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ This takes you to the app settings page.
NOTE: You do NOT need to explicitly add the app to your tenant,
since it was already created there.

#### 3.3 Add App to the Organization

Admins can add apps in the organization page in the “APPS” tab:

1. Profile -> Tenant Admin Console -> Organizations
2. Select the organization you want to add the app to
3. Click “Apps” tab
4. Type the name of your app in "Search for an app"
5. Click “Add App”
6. Select the app you want to add

### 4. Create CloudFormation stack

1. Download CloudFormation template [here](benchling_packager.yaml)
Expand All @@ -137,7 +148,7 @@ since it was already created there.
1. Under `Resources` tab of CloudFormation stack find `BenchlingClientSecret` and
click on its Physical ID.
2. Click `Retrieve secret value` and then `Set secret value`.
3. Enter client Secret from settings of app generated at step 2.
3. Enter as plaintext value the Client Secret from the app generated at step 2.

### 5. Create/update Entry schema

Expand Down

0 comments on commit c9c06a3

Please sign in to comment.