Releases: OpenIDC/mod_oauth2
Releases · OpenIDC/mod_oauth2
release 4.0.0
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- the liboauth2 dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.4.0
Packaging
- depend on
liboauth2
>=1.6.2
- add Ubuntu Noble packages
- the
liboauth2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.3.1
Edit: on May 11, 2023 the Debian/Ubuntu packages were updated from 3.3.1-1 to 3.3.1-2 because of packaging bug OpenIDC/liboauth2#46
Bugfixes
- clean
WWW-Authenticate
header in main request as well if this is a subrequest; closes #42
this avoids theWWW-Authenticate
header to be sent inHTTP 200
responses; thanks @ErmakovDmitriy
Packaging
- depend on
liboauth2
>=1.4.5.3
- the
liboauth2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases.
release 3.3.0
Features
- depend on
liboauth2
>=1.4.5.2
Packaging
- change Makefile install procedure
- the
liboauth2 >= 1.4.5.2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases. - add packages for Centos 9, Debian Bookworm and Ubuntu Jammy
release 3.2.3
Bugfixes
- depend on
liboauth2
>=1.4.5
with multi-treading fix forOAuth2TokenVerify jwk <key>
, see #23
Packaging
- change
configure.ac
to find Apache flags correctly
release 3.2.2
Bugfixes
- depend on
liboauth2 1.4.2.1
with fixediat
slack validation defaults - set
WWW-Authenticate
environment variable on scope requirement mismatch to allow for complexRequire
logic; see also OpenIDC/mod_auth_openidc#572
Packaging
- the
liboauth2 >= 1.4.2.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.2.1
Features
- depend on liboauth2 1.4.1 with support for RFC 8705 mTLS Client Certificate bound access tokens
Bugfixes
- depend on liboauth2 1.4.1 with fix for Apache semaphore/shared memory restart issues
Packaging
- the
liboauth2 >= 1.4.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases. - add packages for Ubuntu Focal, CentOS 8 and Debian Buster
release 3.2.0
Features
- depend on liboauth2 >= 1.4.0
Packaging
- the
liboauth2 >= 1.4.0
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.1.0
Features
- depend on liboauth2 >= 1.2.0 with new request header API
Packaging
- the
liboauth2 >= 1.2.0
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.2
Features
- depend on
liboauth2-1.1.1
with log encapsulation changes
Packaging
- the
liboauth2 >= 1.1.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.