Renamed [oidc_config] section to [auth]

To  sync with broker, which used to have [auth] all the time
This commit is contained in:
Markus Thielen 2023-11-17 07:21:51 +00:00
parent b968788481
commit 630016870a

View File

@ -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/"