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
parent
commit
c76f9d6163
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Modules/OpenIddict.md

2
docs/en/Modules/OpenIddict.md

@ -349,7 +349,7 @@ public class MyClaimDestinationsHandler : IAbpOpenIddictClaimsPrincipalHandler,
}
}
Configure<AbpOpenIddictClaimDestinationsOptions>(options =>
Configure<AbpOpenIddictClaimsPrincipalOptions>(options =>
{
options.ClaimsPrincipalHandlers.Add<MyClaimDestinationsHandler>();
});

Loading…
Cancel
Save