Skip to content

release 1.8.4

Compare
Choose a tag to compare
@zandbelt zandbelt released this 03 Jul 18:41
· 1438 commits to master since this release

Features

  • support passing claims as environment variables (OIDCPassClaimsAs)
    this allows for more reliable interaction with other modules that access environment variables set by mod_auth_openidc

Bugfixes

  • avoid double free of JWT after parsing errors have been encountered
  • correct debug printout in oidc_util_read_form_encoded_params
  • correct memcache logging on cache misses; thanks @scottdear
  • work around JSON timestamp print modifier issue (%lld) on some platforms, e.g. Debian 8, thanks to @ralphvanetten