AAD - 外部用户不会自动添加到用户列表

AAD - External users not automatically added to the Users list

我正在创建一个使用 Azure Active Directory (AAD) 作为用户存储的 MVC 核心应用程序。 我可以在 AAD 用户仪表板屏幕中手动创建用户并毫无问题地邀请外部用户。他们还可以毫无问题地登录应用程序。 未经邀请的外部用户也可以在同意我想要的同意屏幕时登录应用程序。
但是我的问题是如何在 AAD 中跟踪这些用户?他们没有作为外部用户列在用户仪表板中,也没有登录到 'Sign-ins' 日志屏幕。 我需要启用某些选项吗?

既然你想在你的应用程序中使用外部用户,我建议你使用 Azure AD B2C 解决方案:https://docs.microsoft.com/en-us/azure/active-directory-b2c/technical-overview

这将创建一个新的 B2C 租户,您可以从中跟踪已集成并登录到您的应用程序的用户。

检查消费者账户部分,看看这是否符合您的需求:

Consumer accounts

With a consumer account, users can sign in to the applications that you've secured with Azure AD B2C. Users with consumer accounts can't, however, access Azure resources, for example the Azure portal.