EasyAbp.IdentityServerAdmin
EasyAbp.IdentityServerAdmin copied to clipboard
Abp IdentityServer4 Admin Panel
EasyAbp.IdentityServerAdmin
Abp IdentityServer4 Admin Panel
Get Started
- Install the following NuGet packages.
-
EasyAbp.IdentityServerAdmin.Application
-
EasyAbp.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 onIdentityServerAdminWebModule
andIdentityServerAdminApplicationModule
in your web module project at the same time.