让人们向租户中的所有用户授予我的应用程序 Outlook API 访问权限

Let people grant my app Outlook APIs access to all users in a tenant

如何让人们将我使用 Outlook API 的代码授予租户中所有用户的访问权限,而无需手动将租户添加到应用程序?我知道我可以从租户的 Azure 管理门户中授予应用程序权限,但如果我自己没有访问权限怎么办?

幸运的是,在新的 'app model v2'(Azure AD 上的应用程序的新登录模型)中,有一些新功能可以让您完全做到这一点。您可以在 App model v2 here. What you're looking for specifically in the app model v2 is the admin consent, you can find a blogpost on this here.

上找到一些通用信息