|
|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
using Volo.Abp.AspNetCore.Authentication.OAuth;
|
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
using Volo.Abp.AspNetCore.Authentication.OAuth;
|
|
|
|
|
using Volo.Abp.Modularity;
|
|
|
|
|
using Volo.Abp.MultiTenancy;
|
|
|
|
|
using Volo.Abp.RemoteServices;
|
|
|
|
|
@ -12,5 +13,8 @@ namespace Volo.Abp.AspNetCore.Authentication.OpenIdConnect;
|
|
|
|
|
)]
|
|
|
|
|
public class AbpAspNetCoreAuthenticationOpenIdConnectModule : AbpModule
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context)
|
|
|
|
|
{
|
|
|
|
|
context.Services.AddHttpClient();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|