Closed vikivenkat closed 3 months ago
Answering your questions using your numbering:
@vikivenkat Did my comment help? If you have any more questions feel free to add them. If not I'd like to close this issue.
Answering your questions using your numbering:
- Easy is a relative term but it will mostly involve upgrading the database schema with migrations and some modifications around the configuration. If you have any customizations (like a custom store) these might require some more work since parts of the API have changed like some interfaces.
- Yes, it's here. There's a guide to upgrade from v4.1 to v6.0. From there I would recommend to upgrade to each next minor version until you reach the desired one. This will also give you a good idea around what is new.
- No. The database schema has changed. From v4 to v7 there are quite a few changes. But the data in the tables (using the default entities) can be mostly retained when running the migrations.
- Yes, there still is a ConfigurationDbContext and a PersistedGrantDbContext with their entities and modification of the entities should work in the same way.
Thanks @RolandGuijt for the reply. That helps
Which version of Duende IdentityServer are you using? Not started using yet. Trying to identify a replacement for IdentityServer4
Which version of .NET are you using? .NET 8.0
Describe the bug Not a bug. Trying to decide on a replacement for IdentityServer4. Please see "additional context" section for more info.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Log output/exception with stacktrace
Additional context We have been using IdentityServer4 in our applications so far. We are looking to migrate to another Identity Provider and have identified duende as one of the potential replacements. Wanted to check on the following points