我已经启动并运行IdentityServer 3与所有用户,角色,索赔,客户等从数据库运行。为了管理这一点,我决定使用IdentityManager。不过,我注意到这只涵盖了用户和角色。有没有办法将其扩展到也覆盖客户端?
发布于 2015-12-25 19:20:07
您可以使用:IdentityServer3.Admin或IdentityServer3.Admin.EntityFramework
我试过IdentityServer3.Admin.EntityFramework,它对我来说工作得很好。
https://stackoverflow.com/questions/31832156
复制相似问题