v6.2.5
Changes since 6.2.4:
Security Fix:
<oauth2resource2>
: make cookie invalid after logout (previously, the cookie was deleted from the browser, but still valid)
Improvements:
<oauth2resource2><membrane responseModesSupported="form_post query">
can now be used to select/prioritize one response mode over another. (Setting this toquery
might allow you to use a sameSite session cookie, in case you Authorization Server uses another domain and supportsform_post
, which is the default choice if available.)<httpClient>
now logs requests and responses of all retries on theTRACE
log level.<openTelemetry>
does not log an exception anymore, if the frontend/backend connection breaks while reporting the HTTP message body.
Fixes:
- upgraded dependencies (log4j-layout-template-json to 2.25.1)