Skip to content

Commit

Permalink
Fix placement of new README content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Sheriff committed Sep 15, 2023
1 parent d548e80 commit 9667166
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ Sample configuration file setting the server port and database url:
}
```

##### Step 4. Run the app

```
node ./bin/www
```

### Configuring Workbench to Enable OIDC Authentication for Users

Workbench supports OIDC authentication for users, allowing you to integrate Workbench with your organization's authentication system.
Expand Down Expand Up @@ -144,12 +150,6 @@ Configuring Workbench to use OIDC can be done using environment variables or the
| **AUTHN_OIDC_ISSUER_URL** | yes | Issuer URL for the Identity Server | userAuthn.oidc.issuerUrl |
| **AUTHN_OIDC_REDIRECT_ORIGIN** | yes | URL for the Workbench host | userAuthn.oidc.redirectOrigin |

##### Step 4. Run the app

```
node ./bin/www
```

## Scripts

`package.json` contains a number of scripts that can be used to perform recurring tasks.
Expand Down

0 comments on commit 9667166

Please sign in to comment.