Skip to content

Commit 81445bc

Browse files
authored
Merge pull request #1194 from nextcloud/releases/7.4.0
Prepare 7.4.0
2 parents 1834f0f + d9448a7 commit 81445bc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## 7.4.0 – 2025-09-01
12+
13+
### Added
14+
15+
- React to a user session being revoked, end the IdP session @julien-nc [#1181](https://github.com/nextcloud/user_oidc/pull/1181)
16+
17+
### Changed
18+
19+
- Only check oidc login token if logged in via user_oidc @julien-nc [#1162](https://github.com/nextcloud/user_oidc/pull/1162)
20+
21+
### Fixed
22+
23+
- fix(backchannel-logout): handle those logout token cases: sid, sid+sub, sub. If only sub is set: kill all sessions for this sub @julien-nc [#1184](https://github.com/nextcloud/user_oidc/pull/1184)
24+
- fix(bearer-validation): fix mistake in soft auto provisioning logic, same as #1170 @julien-nc [#1192](https://github.com/nextcloud/user_oidc/pull/1192)
25+
- fix(backend-registration): use OC_User::useBackend before 32 @julien-nc [#1193](https://github.com/nextcloud/user_oidc/pull/1193)
26+
1127
## 7.3.2 – 2025-08-22
1228

1329
### Changed

0 commit comments

Comments
 (0)