新文章 网摘 文章 随笔 日记

ABP身份可视化管理(干货)

身份:https://docs.abp.io/en/commercial/latest/modules/identity
身份服务器:https://docs.abp.io/en/commercial/latest/modules/identity-server
权限:https://docs.abp.io/en/abp/latest/Authorization


ABP 如何为MVC / Razor页面应用程序自定义登录页面(干货)
https://www.cnblogs.com/nirvanan/articles/14599808.html

如何为ABP应用程序自定义登录管理器
https://www.cnblogs.com/nirvanan/articles/14602278.html

 

abp IdentityServer管理面板

https://github.com/kefengwei/EasyAbp.IdentityServerAdmin

解决方案结构说明:

  

按以下顺序设置启动顺序:

EasyAbp.IdentityServerAdmin.IdentityServer//独立的身份验证中心

EasyAbp.IdentityServerAdmin.HttpApi.Host//api接口

EsayAbp.IdentityServerAdmin.Web.Host//独立的持久化管理界面

EasyAbp.IdentityServerAdmin.Web.Unified//集成一体化的持久化管理界面

 

其中IdentityServer和Web.Host是拆分成独立的两个应用,须组合一起使用。

而Unified是将验证和界面集成在一起的。

 

1、Service接口和Dtos放在Contracts中
2、切换Ms SQL和MongoDB:
(1)、修改EasyAbp.IdentityServerAdmin.IdentityServer和EasyAbp.IdentityServerAdmin.Web.Unified中的appsetting.json中的数据库连接字符串。
(2)、修改IdentityServerAdminIdentityServerModule和IdentityServerAdminWebUnifiedModule中的注入依赖

 

默认登录账号密码:

"UserName": "admin",
"UserPassword": "1q2w3E*",


https://github.com/pojianbing/AuthCenter
https://www.icode9.com/content-4-820322.html

posted @ 2021-04-01 10:37  岭南春  阅读(497)  评论(0)    收藏  举报