diff --git a/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs b/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs index 8883c8848b..5cf1b7e511 100644 --- a/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs +++ b/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs @@ -17,6 +17,7 @@ namespace IdentityServerHost [DependsOn( typeof(AbpAutofacModule), typeof(AbpAspNetCoreMvcModule), + typeof(AbpIdentityAspNetCoreModule), typeof(AbpIdentityServerEntityFrameworkCoreModule), typeof(AbpIdentityEntityFrameworkCoreModule), typeof(AbpEntityFrameworkCoreSqlServerModule)