ASP Net Core - Mixing External Identity Provider with Individual User Accounts for Audit Tracking

China☆狼群 提交于 2019-12-06 01:54:32

There is no need to additional steps to link the user info for the user from external identity provider. It should looks be same for the web app.

When the users login from external identity provider, it still require to register the users to bind the user with individual accounts. The only difference is that there is no password for this kind of individual account and it can match the record in the AspNetUserLogins. Here are two accounts, one is binding to the external identity provider and the other is not:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!