Browse Source

Update Abp-4_0.md

pull/5905/head
maliming 6 years ago
committed by GitHub
parent
commit
04dc950903
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      docs/en/Migration-Guides/Abp-4_0.md

10
docs/en/Migration-Guides/Abp-4_0.md

@ -14,6 +14,10 @@ As the **most important breaking change**, Identity Server 4.x places the `ApiSc
Also, added `Enabled(string)` and `Description(bool,true)` properties.
#### ApiResource
* Added `AllowedAccessTokenSigningAlgorithms (string)` and `ShowInDiscoveryDocument(bool, default: true)` properties
#### Client
* Added `RequireRequestObject (bool)` and `AllowedIdentityTokenSigningAlgorithms (string)` properties.
@ -26,11 +30,7 @@ Also, added `Enabled(string)` and `Description(bool,true)` properties.
#### PersistedGrant
* Added `SessionId (string)` and `ShowInDiscoveryDocument (bool, default: true)` properties
#### ApiResource
* Added `AllowedAccessTokenSigningAlgorithms (string)` and `Description (string)` and `ConsumedTime (DateTime?)` properties
* Added `SessionId (string)` and `Description(string)` and `ConsumedTime (DateTime?)` properties
## Migrating the Database

Loading…
Cancel
Save