diff --git a/README.md b/README.md index 55c8f6ce..f3c8161e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ properties are needed in `mailu.env`: | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------- | | `OIDC_ENABLED` | Enable OpenID Connect | `True` \| `False` | | `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...` | | `OIDC_BUTTON_NAME` | Label text for the "login-with-OpenID" button | `OpenID Connect` |