Browse Source

Update Abp-4_0.md

pull/5887/head
Halil İbrahim Kalkan 5 years ago
committed by GitHub
parent
commit
e33e9062cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/en/Migration-Guides/Abp-4_0.md

6
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
* https://github.com/IdentityServer/IdentityServer4/issues/4592

Loading…
Cancel
Save