skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity âš¡
Apache License 2.0
549 stars 194 forks source link

Upgrade to Identity Server 6.3 #171

Closed colin-freemarketfx closed 6 months ago

colin-freemarketfx commented 11 months ago

Is your feature request related to a problem? Please describe. In order to ensure compatibility with our copy of identity server, which we would like to upgrade to 6.3, we should have a copy of IdentityServer.Admin that also depends on 6.3.

Describe the solution you'd like Are there any plans in place to produce an upgrade to 6.3, and if so what progress has been made? At a minimum, an 'early' version that has awareness of the new fields so it doesn't drop any data would be awesome.

Describe alternatives you've considered I've had a bash at this in our fork , by following the instructions provided by Duende, but I'm stuck on adding a migration (similar to this SO issue, I also tried this solution). I used the add migration script in the build folder as described in the docs, thanks I should have checked there first 😅

Additional context I'm sure I can contribute some time to this effort but would likely need some guidance and have no experience in MySQL or Postgres when it comes to updating those portions.

skoruba commented 6 months ago

I updated it to IS version 7.0. on version 2.0.0. Thanks!

colin-freemarketfx commented 6 months ago

Nice one, thanks @skoruba