简体   繁体   English

如何为IdentityServer3扩展IdentityManager

[英]How to extend IdentityManager for IdentityServer3

I have IdentityServer 3 up and running with all Users, Roles, Claims, Clients etc running from the database. 我启动了IdentityServer 3并运行了所有从数据库运行的用户,角色,声明,客户端等。 To administer this I have decided to use IdentityManager. 为了对此进行管理,我决定使用IdentityManager。 I have noticed though that this only covers Users and Roles. 我注意到,尽管这仅涵盖用户和角色。 Is there a way to extend this to cover the Clients as well? 有没有办法将其扩展到涵盖客户呢?

You can use: IdentityServer3.Admin or IdentityServer3.Admin.EntityFramework 您可以使用: IdentityServer3.AdminIdentityServer3.Admin.EntityFramework

I tried IdentityServer3.Admin.EntityFramework it works fine for me. 我尝试过IdentityServer3.Admin.EntityFramework,对我来说效果很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM