-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update IdentityServer4 to version 4.0 #633
Comments
Customize UI for |
@skoruba Is there a chance to see this update in the near future? |
I would like to finish it this month, but my free time is limited 😊 |
I'm looking forward to it because I'll use the new version in production first |
@skoruba, I wonder if it will be a big change to v4 because I use the template to start my implementation. |
@elvishsu66 - I want to provide some guide - how to update from v3 to v4 - but for sure there will be some breaking changes. 😎 |
@skoruba, thanks for the heads up, mate. I think I better brace for impacts sooner than later. |
FYI more details on migration here: IdentityServer/IdentityServer4#4592 |
I also need a running version for IdendityServer4 V4.0. Is there already a release date for the next version of IdentityServer4.Admin? |
Currently I am preparing the version 1.0.0-RC2 - #658
|
I am also eager to have this upgrade. Thanks for the time you are putting into this project. |
Thanks for all you do! We went to IdS4 v4 in production this week, meaning we had to leave this project behind for a while. Looking forward to it getting caught up. |
I sent you an email regarding possible assistance with this effort. Please get back to me. Thanks! Ryan |
Hi, we are also kind of waiting for this new release, when do you think this will be ready? |
Hi guys, I am finishing release 1.0.0. which is prerequisite for this update. I will start working on this update next month, there is a lot of things to do. 😊👍🏼 sorry for delay, but I was busy. 😎 thanks for your interest. I will send some preview ASAP. 🙋🏻♂️ |
No worries, I was just wondering. Thanks for replying! |
Hi guys, I am sorry for delay in this task - I am almost done with this update and all progress is currently in this branch: feature/633-update-is4-to-v4. I will publish first preview packages this week. |
Thank you Jan! |
@ev100 - could you please clone this branch and test it? - especially DB migrations which affected existing data - it would be great get some feedback 😊👍 Thanks! |
I tested it and found no problems with it. Everything seems to be working smoothly |
@ingolfurd - thank you for testing it 👍🏼👍🏼 |
Here everything smoothly too! |
Deployed latest (not an upgrade of existing/previous setup) and it worked great. |
Hi @skoruba , can you provide some brief guidance on how to migrate from V1 to V2? Will be glad to do tests with existing data ;) |
@tiago-totti They have really good scripts and explanation of the changes here: https://github.com/RockSolidKnowledge/IdentityServer4.Migration.Scripts/tree/CreateScripts I used those and they work great. I am not using efcore migrations though, so just an FYI. |
Now that I look at the Migrations, it looks like @skoruba put in the data migrations from the link I provided into the EF Migrations. So I think you should be good to go using the migrations script. |
@maldworth - thank you for your link, you are right, I put some of these sql commands into db migration and create also rollback method. |
@tiago-totti I will try to write some guide. 😊 thanks |
Hey All. They announced a free, community edition of Duende's IdentityServer See if the licensing terms make sense for your environment. |
@selangley-wa - Thanks for you information, I will release Admin UI for Duende IS next year. 😊 #776 |
@skoruba, |
hey @elvishsu66 - I will publish the change log. thanks! |
It is advisable to upgrade the version to Net 5 (5.0.5) at the moment. |
@pprometey - Yep, I will do it. 😎 |
It is published, you can test it under .NET 5. 😊 |
Thank you Jan! Already tested, everything works. |
Thanks @pprometey 👍 |
More info about new features:
https://leastprivilege.com/2020/06/19/announcing-identityserver4-v4-0/
The text was updated successfully, but these errors were encountered: