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: src/content/docs/identityserver/upgrades/v7_3-to-v7_4.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,16 @@ sidebar:
5
5
label: v7.3 → v7.4
6
6
---
7
7
8
-
This upgrade guide covers upgrading from Duende IdentityServer v7.3 to v7.4 ([release notes](https://github.com/DuendeSoftware/products/releases/tag/is-7.4.0-rc.1)).
8
+
This upgrade guide covers upgrading from Duende IdentityServer v7.3 to v7.4 ([release notes](https://github.com/DuendeSoftware/products/releases/tag/is-7.4.0)).
9
9
10
10
IdentityServer 7.4.0 is a significant release that includes:
11
11
12
12
- Support for [.NET 10](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview)
13
13
- Support for OAuth 2.0 Authorization Server Metadata ([RFC 8414](https://www.rfc-editor.org/rfc/rfc8414.html))
14
+
- Add service for diagnostic data by [@josephdecock](https://github.com/josephdecock) in [#2252](https://github.com/DuendeSoftware/products/pull/2252)
15
+
- Trigger Back Channel Logout Earlier in Pipeline by [@bhazen](https://github.com/bhazen) in [#2258](https://github.com/DuendeSoftware/products/pull/2258)
16
+
- Enable Customizing ErrorMessage on Redirect to Error Page by [@bhazen](https://github.com/bhazen) in [#2263](https://github.com/DuendeSoftware/products/pull/2263)
17
+
- Better DCR Support for Public Clients by [@bhazen](https://github.com/bhazen) in [#2264](https://github.com/DuendeSoftware/products/pull/2264)
14
18
- New Callback option for path detection in Dynamic Providers
15
19
- Improved UI locales support
16
20
- Support for custom parameters in the Authorize Redirect Uri
@@ -35,7 +39,7 @@ For example, in your project file:
0 commit comments