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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,32 @@ 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
+
## 7.3.0 – 2025-07-25
12
+
13
+
### Added
14
+
15
+
- Call userinfo on login to enrich the login ID token @julien-nc[#1041](https://github.com/nextcloud/user_oidc/pull/1041)
16
+
- feat(settings): ask for a confirmation before deleting a provider @julien-nc[#1144](https://github.com/nextcloud/user_oidc/pull/1144)
17
+
- Allow nested claim mapping for groups @andreblanke[#1149](https://github.com/nextcloud/user_oidc/pull/1149)
18
+
- Optionally allow self-signed SSL verification and support for oidc prompt @elyerr[#1151](https://github.com/nextcloud/user_oidc/pull/1151)
19
+
20
+
### Changed
21
+
22
+
- chore(tests): Cleanup bootstrap.php to be forward-compatible @come-nc[#1122](https://github.com/nextcloud/user_oidc/pull/1122)
23
+
- Use Psalm 6.7 @julien-nc[#1131](https://github.com/nextcloud/user_oidc/pull/1131)
24
+
- Improve the NC error page when the IdP auth fails @julien-nc[#1138](https://github.com/nextcloud/user_oidc/pull/1138)
25
+
- Migrate to vue 3, nc/vue 9, stick with webpack @julien-nc[#1141](https://github.com/nextcloud/user_oidc/pull/1141)
26
+
- Use outlined icons @julien-nc[#1146](https://github.com/nextcloud/user_oidc/pull/1146)
27
+
- Add warning log with more data when there is a code state mismatch @julien-nc[#1157](https://github.com/nextcloud/user_oidc/pull/1157)
28
+
- Use custom error/403 template that includes a 'back to nextcloud' button @julien-nc[#1156](https://github.com/nextcloud/user_oidc/pull/1156)
29
+
- Add debug logs including the session ID when setting and getting the login token @julien-nc[#1134](https://github.com/nextcloud/user_oidc/pull/1134)
30
+
- Add debug logs when getting the JWKs @julien-nc[#1135](https://github.com/nextcloud/user_oidc/pull/1135)
31
+
32
+
### Fixed
33
+
34
+
- fix(gss): set the gss session data in the controller rather than in the service @julien-nc[#1123](https://github.com/nextcloud/user_oidc/pull/1123)
35
+
- In single-logout, if the provider is not found and we are in SSO mode, use the one and only provider to make sure we logout in the IdP and avoid being immediately logged in NC again @julien-nc[#1155](https://github.com/nextcloud/user_oidc/pull/1155)
0 commit comments