Abp IdentityServer4 Admin Panel
- Install the following NuGet packages.
EasyAbp.IdentityServerAdmin.ApplicationEasyAbp.IdentityServerAdmin.Web
- Add
DependsOn(typeof(xxx))attribute to configure the module dependencies.
Due to
Volo.Abp.IdentityServer.Domain's target framework isnetcoreapp3.1, so you should depends onIdentityServerAdminWebModuleandIdentityServerAdminApplicationModulein your web module project at the same time.