Browse Source
Merge pull request #18234 from abpframework/auto-merge/rel-7-4/2286
Merge branch rel-8.0 with rel-7.4
pull/18235/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Modules/OpenIddict.md
|
|
|
@ -349,7 +349,7 @@ public class MyClaimDestinationsHandler : IAbpOpenIddictClaimsPrincipalHandler, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
Configure<AbpOpenIddictClaimDestinationsOptions>(options => |
|
|
|
Configure<AbpOpenIddictClaimsPrincipalOptions>(options => |
|
|
|
{ |
|
|
|
options.ClaimsPrincipalHandlers.Add<MyClaimDestinationsHandler>(); |
|
|
|
}); |
|
|
|
|