From e33e9062ccadfb684ed7bf3222d62185cd35fbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 21 Oct 2020 16:44:49 +0300 Subject: [PATCH] Update Abp-4_0.md --- docs/en/Migration-Guides/Abp-4_0.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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