diff --git a/docs/en/Migration-Guides/Abp-4_0.md b/docs/en/Migration-Guides/Abp-4_0.md index a94b3027a6..6b4b1d5096 100644 --- a/docs/en/Migration-Guides/Abp-4_0.md +++ b/docs/en/Migration-Guides/Abp-4_0.md @@ -32,10 +32,6 @@ Also, added `Enabled(string)` and `Description(bool,true)` properties. * Added `AllowedAccessTokenSigningAlgorithms (string)` and `Description (string)` and `ConsumedTime (DateTime?)` properties -#### ApiScope - -* Before it was a property of `ApiResource`, now it becomes an independent aggregate root. - ## Migrating the Database > Attention: **Please backup your database** before the migration! @@ -51,4 +47,4 @@ If you've customize your IdentityServer configuration in the database or in the ### Related Resources * https://leastprivilege.com/2020/06/19/announcing-identityserver4-v4-0/ -* https://github.com/IdentityServer/IdentityServer4/issues/4592 \ No newline at end of file +* https://github.com/IdentityServer/IdentityServer4/issues/4592