mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-17 10:42:01 +08:00
Update the migration guide to include the new ConsentType column and a new "Updated properties" section
This commit is contained in:
parent
3d780e910a
commit
507cc46827
@ -173,10 +173,19 @@ To learn more about this feature, read the [Application permissions documentatio
|
|||||||
| OpenIddictTokens | Ciphertext | Payload | |
|
| OpenIddictTokens | Ciphertext | Payload | |
|
||||||
| OpenIddictTokens | Hash | ReferenceId | |
|
| OpenIddictTokens | Hash | ReferenceId | |
|
||||||
|
|
||||||
|
## Updated properties
|
||||||
|
|
||||||
|
| Table | Column name | Observations |
|
||||||
|
|--------------------------|------------------------|-----------------------------------------------------------------------------|
|
||||||
|
| OpenIddictApplications | PostLogoutRedirectUris | Values are now formatted as JSON arrays instead of space-separated strings. |
|
||||||
|
| OpenIddictApplications | RedirectUris | Values are now formatted as JSON arrays instead of space-separated strings. |
|
||||||
|
| OpenIddictAuthorizations | Scopes | Values are now formatted as JSON arrays instead of space-separated strings. |
|
||||||
|
|
||||||
## Added properties
|
## Added properties
|
||||||
|
|
||||||
| Table | Column name | Type | Nullable |
|
| Table | Column name | Type | Nullable |
|
||||||
|--------------------------|-------------|---------------|----------|
|
|--------------------------|-------------|---------------|----------|
|
||||||
|
| OpenIddictApplications | ConsentType | nvarchar(max) | Yes |
|
||||||
| OpenIddictApplications | Properties | nvarchar(max) | Yes |
|
| OpenIddictApplications | Properties | nvarchar(max) | Yes |
|
||||||
| OpenIddictApplications | Permissions | nvarchar(max) | Yes |
|
| OpenIddictApplications | Permissions | nvarchar(max) | Yes |
|
||||||
| OpenIddictAuthorizations | Properties | nvarchar(max) | Yes |
|
| OpenIddictAuthorizations | Properties | nvarchar(max) | Yes |
|
||||||
|
Loading…
Reference in New Issue
Block a user