Search code examples
identityserver4

QuickStart template updates to V4.0.0


Any word on when updates will be available for IdentityServer4's QuickStart examples? Upgraded to V4 from 3.1 today, but there are breaking changes I can't find documentation for. Tried to update the templates:

dotnet new --force -i IdentityServer4.Templates

but they're still using the previous version.


Solution

  • According to the github repo, the Quickstart UI has been updated to v4. https://github.com/IdentityServer/IdentityServer4.Quickstart.UI

    Also looks like the dotnet cli templates have been updated to v4 as well, projects are now using IdentityServer4 packages version 4.0.0.

    From reading dominick baier's twitter post (https://twitter.com/leastprivilege/status/1276809943954440194) migrating from 3.1 to 4 will require updating the database schema with the scripts provided below. https://github.com/RockSolidKnowledge/IdentityServer4.Migration.Scripts/tree/CreateScripts