Skip to content

Release 1.7.6

Latest
Compare
Choose a tag to compare
@bodewig bodewig released this 30 Jan 18:14
· 19 commits to master since this release

Features

  • a new option local_redirect_path can be used in situations where the redirect_uri as is visible to lua-resty-openidc is not simply the path segment of the configured redirect_uri but something more complex. This is needed for example if a reverse proxy in front of your server adds a prefix or rewrites URIs in a more complex way; see #453
  • improved error message when expecting a Bearer token header and the header doesn't contain a space character; see #421
  • added support for OAuth 2.0 Form Post Response Mode.

Bugfixes

  • when parsing JWKs with an x5c claim the claim was wronly assumed to be base64url encoded instead of base64 encoded; see #460