From 96671669a5815ed56347fe356d6ee2747d9b4159 Mon Sep 17 00:00:00 2001 From: Jack Sheriff <> Date: Fri, 15 Sep 2023 12:15:46 -0400 Subject: [PATCH] Fix placement of new README content. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 103799bb..8c0965ec 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.