From 4be260091bd21fc53e407160c716b55939989336 Mon Sep 17 00:00:00 2001 From: Encotric Date: Mon, 24 Feb 2025 18:33:01 +0100 Subject: [PATCH] Fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce507a44..bc893a96 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,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...` |