Browse Source
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
pull/25356/head
Ma Liming
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Claims/AbpDefaultScopesHandler.cs
|
|
@ -16,7 +16,7 @@ public class AbpDefaultScopesHandler : IAbpOpenIddictClaimsPrincipalHandler, ITr |
|
|
public ILogger<AbpDefaultScopesHandler> Logger { get; set; } |
|
|
public ILogger<AbpDefaultScopesHandler> Logger { get; set; } |
|
|
= NullLogger<AbpDefaultScopesHandler>.Instance; |
|
|
= NullLogger<AbpDefaultScopesHandler>.Instance; |
|
|
|
|
|
|
|
|
public async Task HandleAsync(AbpOpenIddictClaimsPrincipalHandlerContext context) |
|
|
public virtual async Task HandleAsync(AbpOpenIddictClaimsPrincipalHandlerContext context) |
|
|
{ |
|
|
{ |
|
|
var options = context.ScopeServiceProvider |
|
|
var options = context.ScopeServiceProvider |
|
|
.GetRequiredService<IOptions<AbpOpenIddictAspNetCoreOptions>>().Value; |
|
|
.GetRequiredService<IOptions<AbpOpenIddictAspNetCoreOptions>>().Value; |
|
|
|