From 7c32a1f882318d286552dd617c49f5d19abea960 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 20 Feb 2025 14:22:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2228879..55c8f6ce 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ properties are needed in `mailu.env`: | Property Name | Description | Example | | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------- | | `OIDC_ENABLED` | Enable OpenID Connect | `True` \| `False` | -| `OIDC_PROVIDER_INFO_URL` | OpenID Connect provider configuration url (aka. _well-known_ url) | [https://`host`:`port`/auth/realms/`realm`/.well-known/openid-configuration]() | +| `OIDC_PROVIDER_INFO_URL` | OpenID Connect provider information url (without `/.well-known/openid-configuration` suffix) | [https://`host`:`port`/auth/realms/`realm`]() | | `OIDC_REDIRECT_URL` | OpenID Connect custom redirect URL if HOSTNAME not matching your login url | [https://`host`]() | | `OIDC_CLIENT_ID` | OpenID Connect Client ID for Mailu | `6779ef20e75817b79602` | | `OIDC_CLIENT_SECRET` | OpenID Connect Client Secret for Mailu | `3d66bbd6d0a69af62de7...` |