release 1.8.10
Features
- add per-path configurable token introspection result cache expiry with
OIDCOAuthTokenIntrospectionInterval - add support for JWT based client authentication to the token endpoint (
client_secret_jwt,private_key_jwt) - allow setting
OIDCRemoteUserClaimwith values obtained from the userinfo endpoint; thanks @steve-dave
Bugfixes
- fix
OIDCUnAuthAction passmode for Apache 2.4 and in caseRequire claimprimitives used for 2.4 and 2.2; thanks @steve-dave - don't use local port setting for current URL determination when
X-Forwarded-Hosthas been set
Other
- avoid compilation errors with OpenSSL 1.1.0 and use
EVP_CIPHER_CTX_new/EVP_CIPHER_CTX_free