EnhWeb / EasyAbp.IdentityServerAdmin

Abp IdentityServer4 Admin Panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyAbp.IdentityServerAdmin

Abp IdentityServer4 Admin Panel

Get Started

  1. Install the following NuGet packages.
  • EasyAbp.IdentityServerAdmin.Application
  • EasyAbp.IdentityServerAdmin.Web
  1. Add DependsOn(typeof(xxx)) attribute to configure the module dependencies.

Due to Volo.Abp.IdentityServer.Domain's target framework is netcoreapp3.1, so you should depends on IdentityServerAdminWebModule and IdentityServerAdminApplicationModule in your web module project at the same time.

About

Abp IdentityServer4 Admin Panel


Languages

Language:C# 72.7%Language:HTML 21.7%Language:TypeScript 3.6%Language:JavaScript 0.9%Language:CSS 0.7%Language:Dockerfile 0.4%Language:Shell 0.1%