From 630016870a23f3a42884c3d6b1abf94e0fce928f Mon Sep 17 00:00:00 2001 From: Markus Thielen Date: Fri, 17 Nov 2023 07:21:51 +0000 Subject: [PATCH] Renamed [oidc_config] section to [auth] To sync with broker, which used to have [auth] all the time --- bbconf/dbproxy-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbconf/dbproxy-config.toml b/bbconf/dbproxy-config.toml index 3c09ed5..e104473 100644 --- a/bbconf/dbproxy-config.toml +++ b/bbconf/dbproxy-config.toml @@ -2,7 +2,7 @@ # log level; can be error, warn, info, debug, trace log_level = "trace" -[oidc_config] +[auth] # Incoming ID tokens are validated using, among other, the following fields. # Contents of 'iss' field, usually the URL of the authentication realm iss = "https://basebox-test-1.eu.auth0.com/"