From fa16abf09f9281a1b201e49790d92a31028afa06 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Wed, 14 Dec 2022 06:27:51 +0100
Subject: [PATCH] Update README.md

---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 5119a97..e0d0f45 100644
--- a/README.md
+++ b/README.md
@@ -46,11 +46,14 @@ These settings can be set either via environment variables, changed in the `apis
 
 At the moment, the settings are considered at launch, and can not be updated while the server is running.
 
-| Variable Name                           | Default Value          | Description                                            |
-|-----------------------------------------|------------------------|--------------------------------------------------------|
-| DATACATALOG_API_DOTENV_FILE_PATH        | `apiserver/config.env` | Location of the `.env` file considered at launch       |
-| DATACATALOG_APISERVER_JSON_STORAGE_PATH | `./app/data`           | Directory where the data (i.e. dataset info) is stored |
-| DATACATALOG_APISERVER_USERDB_PATH       | `./app/userdb.json`    | Location of the `.json` file containing the accounts   |
+| Variable Name                             | Default Value          | Description                                            |
+|-------------------------------------------|------------------------|--------------------------------------------------------|
+| DATACATALOG_API_DOTENV_FILE_PATH          | `apiserver/config.env` | Location of the `.env` file considered at launch       |
+| DATACATALOG_APISERVER_JSON_STORAGE_PATH   | `./app/data`           | Directory where the data (i.e. dataset info) is stored |
+| DATACATALOG_APISERVER_USERDB_PATH         | `./app/userdb.json`    | Location of the `.json` file containing the accounts   |
+| DATACATALOG_APISERVER_CLIENT_ID           |                        | Client ID for a configured OIDC server                 |
+| DATACATALOG_APISERVER_CLIENT_SECRET       |                        | Client Secret for a configured OIDC server             |
+| DATACATALOG_APISERVER_SERVER_METADATA_URL |                        | Metadata URL for a configured OIDC server              |
 
 There is also the logging configuration to consider:
 
-- 
GitLab