IdentityServer 4和预先存在的SQL Server数据库

时间:2017-02-07 12:53:13

标签: c# sql-server identityserver4

是否可以设置身份服务器,以便它不仅在用户记录时查看SQL数据库,而且使用包含所有详细信息的预先存在的数据库?我如何配置Identity Server以查看数据库中的某些表和字段?

1 个答案:

答案 0 :(得分:0)

是的,您可以实现自己的IProfileService,其中注入了UserDbContext或UserRepository。确保将此服务添加到DI容器中以使其正常工作。如果您这样做,IdentityServer4将实施IProfileService