Skip to content

Commit 851148a

Browse files
authored
Merge pull request #840 from DuendeSoftware/mb/fix
Small fixes
2 parents 00dcfb7 + f3c4b6f commit 851148a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,3 +571,5 @@ As part of your upgrade from IdentityServer4 to Duende IdentityServer, we recomm
571571
- [Changes in AppAuth URL validator for logout](https://github.com/DuendeSoftware/IdentityServer/pull/619)
572572
- [Use of EmailClaimType option in ASP.NET Identity integration](https://github.com/DuendeSoftware/IdentityServer/pull/625)
573573
- `ClientConfigurationStore` now uses `IConfigurationDbContext` to allow for customization. If you have a customized Entity Framework Core-based store, you may need to update your constructors.
574+
- [The `SendLogoutNotificationAsync` method has been removed from the `DefaultBackChannelLogoutService` class](/identityserver/upgrades/v7_2-to-v7_3.md#the-sendlogoutnotificationasync-method-has-been-removed-from-the-defaultbackchannellogoutservice-class)
575+
- [Client `Secret` is now required for Clients with `ClientCredentials` grant](/identityserver/upgrades/v7_2-to-v7_3.md#client-secret-is-now-required-for-clients-with-clientcredentials-grant)

src/content/docs/identityserver/upgrades/v7_2-to-v7_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example in your project file:
3434
would change to:
3535

3636
```xml
37-
<PackageReference Include="Duende.IdentityServer" Version="7.3.0-rc.1" />
37+
<PackageReference Include="Duende.IdentityServer" Version="7.3.0" />
3838
```
3939

4040
## Step 2: Breaking Changes

0 commit comments

Comments
 (0)