You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,27 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10
10
11
+
## 8.7.0 – 2026-03-26
12
+
13
+
### Added
14
+
15
+
- Add Microsoft Graph support and an `occ` option to resolve Entra ID group GUIDs to group names @small1@julien-nc[#1379](https://github.com/nextcloud/user_oidc/pull/1379)
16
+
17
+
### Changed
18
+
19
+
- Hide provider secrets by default in `occ providers` output @julien-nc[#1385](https://github.com/nextcloud/user_oidc/pull/1385)
20
+
- Replace deprecated backend APIs and adjust Psalm coverage for newer Nextcloud methods @CarlSchwan@julien-nc[#1372](https://github.com/nextcloud/user_oidc/pull/1372)
21
+
- Update tests for PHPUnit deprecations and refresh composer dependencies @julien-nc[#1382](https://github.com/nextcloud/user_oidc/pull/1382)
22
+
23
+
### Fixed
24
+
25
+
- Avoid validating non-Bearer `Authorization` header values in the user backend @julien-nc[#1386](https://github.com/nextcloud/user_oidc/pull/1386)
26
+
- Stop logging sensitive data during OIDC processing @julien-nc[#1380](https://github.com/nextcloud/user_oidc/pull/1380)
27
+
- Set the user session after successful bearer token validation so injected user IDs stay available @hangerrits@solracsf[#1376](https://github.com/nextcloud/user_oidc/pull/1376)
28
+
- Improve single logout JWT decode error reporting for too-short GSS secrets @nfebe[#1374](https://github.com/nextcloud/user_oidc/pull/1374)
29
+
- Support dotted claim names when resolving nested OIDC claims @strobelpierre[#1375](https://github.com/nextcloud/user_oidc/pull/1375)
30
+
- Stop using removed `OC\Server::getAppManager()` accessors and update related logout tests @julien-nc[#1371](https://github.com/nextcloud/user_oidc/pull/1371)
31
+
11
32
## 8.6.1 – 2026-03-10
12
33
13
34
### Fixed
@@ -588,4 +609,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments