Authelia v4.39.19 released on 12-04-2026

Authelia v4.39.19 is out now. It fixes inconsistent OAuth2 error messages and tightens issuer validation, giving clients and integrations clearer, more predictable responses.
See the GitHub release for full details and to obtain the updated Docker images: authelia/authelia:4.39.19 and ghcr.io/authelia/authelia:4.39.19.
What’s in this release
- Handlers: fixed inconsistent OAuth2 error messages to make error responses uniform for clients and downstream services.
- Middlewares: corrected issuer domain suffix validation so issuer checks behave as intended.
- Middlewares: resolved a misleading issuer-related error message to clarify the cause when validation fails.
- Server: corrected timing for writing the healthcheck environment file so external probes see accurate startup readiness.
- Docker images published: authelia/authelia:4.39.19 and ghcr.io/authelia/authelia:4.39.19.
Upgrade notes
- No breaking changes are listed in the release notes; consult the GitHub release for the full changelog.
- To apply the fixes, pull the updated containers:
docker pull authelia/authelia:4.39.19anddocker pull ghcr.io/authelia/authelia:4.39.19.
Please share any observations or issues on the Authelia GitHub issues page so maintainers and other users can follow up on behaviour in your environment.

