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
This upgrade guide covers upgrading from Duende IdentityServer v7.1 to v7.2 ([release notes](https://github.com/DuendeSoftware/IdentityServer/releases/tag/7.2.0)).
7
+
8
+
## What's New
9
+
Duende IdentityServer 7.2 adds:
10
+
- Do not issue *TokenIssuedFailureEvent* for *use_dpop_nonce* error
11
+
- Use *AsyncServiceScope* in Background Services
12
+
- Use query-safe URL fragment when returning an error
13
+
- Add an option for strict validation of assertion audiences
14
+
- General improvements to XML documentation and null reference exception handling
15
+
- Preview Features: Strict Audience Validation and Discovery Document Caching
16
+
- Bug fixes and ongoing maintenance
17
+
18
+
There are no changes to the data stores in this release.
19
+
20
+
## Step 1: Update NuGet package
21
+
22
+
In your IdentityServer host project, update the version of the NuGet.
0 commit comments