Authelia | v4.39.19

Authelia v4.39.19 released on 12-04-2026


Authelia v4.39.19 is out now. It fixes inconsistent OAuth2 error messages, tightens issuer validation in middlewares with a domain suffix check and clearer issuer error text, and corrects a healthcheck timing bug so healthchecks see the correct environment values.

For full details and the published images, see the project release on GitHub; Docker images are available as authelia/authelia:4.39.19 and ghcr.io/authelia/authelia:4.39.19.

What’s in this release

  • handlers: OAuth2 — inconsistent error messages fixed so request handler responses are uniform (issue #11745)
  • middlewares: issuer validation — adds/clarifies a domain suffix check and corrects a misleading issuer error message (issues #11758, #11749)
  • server: healthcheck — environment variables were written too late; healthchecks now see the correct environment values (issue #11639)

Upgrade notes

  • No breaking changes are listed in the release notes; upgrade by pulling the published Docker images (docker pull authelia/authelia:4.39.19 or docker pull ghcr.io/authelia/authelia:4.39.19).
  • If you need to roll back, redeploy the previously used image tag from your environment.

Share your experience with the update or report any issues on the project’s issue tracker so others can benefit from your findings.

Related posts

Agentic AI still needs domain judgement

Agentic AI can write the thing, but it still cannot tell you whether the thing is right. That is where domain expertise matters, because a clean config or neat bit of glue logic can still be wrong in...

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...