Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [2.3.5] - 2026-09-11

### Security

- [#356](https://github.com/owncloud/openidconnect/pull/356) - fix: verify token audience to prevent cross-client account takeover
- [#365](https://github.com/owncloud/openidconnect/pull/365) - fix: verify token audience for introspected opaque tokens


## [2.3.4] - 2026-08-21

### Security
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The integration requires an Identity Provider that supports OpenID Connect (e.g.
More information on setup, configuration and migration can be found in the ownCloud Documentation.</description>
<licence>GPLv2</licence>
<author>Thomas Müller</author>
<version>2.3.4</version>
<version>2.3.5</version>
<namespace>OpenIdConnect</namespace>
<category>integration</category>
<documentation>
Expand Down