Description
We are updating to Duende Identity server 6.x (currently 6.0.4 but probably will be 6.1x) as part of 7.0, can we document the potential dataschema issues that users may run into: https://docs.duendesoftware.com/identityserver/v6/upgrades/v5.2_to_v6.0/
Something like: "We're updating to the latest supported Identity Server in our extensions. Either don't use the extensions and use their configuration methods or update your schema and use our helpers""
See dotnet/aspnetcore#41315 for more context
This affects anyone that uses Microsoft.AspNetCore.ApiAuthorization.IdentityServer which also includes some of the auth variants of Spa/Blazor templates
Edit by @Rick-Anderson below
We decided on sticking with 6.0.4 for 7.0 due to 6.1 having a database schema update https://docs.duendesoftware.com/identityserver/v6/upgrades/v6.0_to_v6.1/
Above from this comment