From 8018f863fc67eac0eca7eed2c74e59c0029fe94c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:23:24 +0100 Subject: [PATCH] Refactoring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a93c3a871..5f0041311 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ We provide official container images hosted on [Docker Hub](https://hub.docker.c | `OIDC_CLIENT_ID` | `string` | | The OIDC client ID | | `OIDC_CLIENT_SECRET` | `string` | | The OIDC client secret | | `OIDC_ISSUER` | `string` | | The OIDC issuer URL, used to discover the OIDC configuration via `/.well-known/openid-configuration` | -| `OIDC_SCOPE` | `string[]` (optional) | `["openid"]` | The OIDC scopes to request, e.g. `["email","openid","profile"]` | +| `OIDC_SCOPE` | `string[]` (optional) | `["openid"]` | The OIDC scope to request, e.g. `["email","openid","profile"]` | | `OIDC_TOKEN_URL` | `string` (optional) | | Manual override for the OIDC token endpoint. If not provided, it will be discovered from the issuer | | `OIDC_USER_INFO_URL` | `string` (optional) | | Manual override for the OIDC user info endpoint. If not provided, it will be discovered from the issuer |