Skip to content

Commit

Permalink
Merge pull request #20467 from abpframework/AbpDynamicClaimsOpenIddic…
Browse files Browse the repository at this point in the history
…tClaimsPrincipalHandler

Remove `AbpDynamicClaimsOpenIddictClaimsPrincipalHandler`.
  • Loading branch information
realLiangshiwei authored Aug 12, 2024
2 parents 6821332 + 673c9a0 commit 3a67ab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public override void ConfigureServices(ServiceConfigurationContext context)

Configure<AbpOpenIddictClaimsPrincipalOptions>(options =>
{
options.ClaimsPrincipalHandlers.Add<AbpDynamicClaimsOpenIddictClaimsPrincipalHandler>();
options.ClaimsPrincipalHandlers.Add<AbpDefaultOpenIddictClaimsPrincipalHandler>();
});

Expand Down

This file was deleted.

0 comments on commit 3a67ab8

Please sign in to comment.