英文:
Possible to grant app permissions for specific users?
问题
我想创建一个服务,用于查看我们组织中用户的日历信息。这需要是一个后台服务,因此需要使用应用程序权限而不是委派权限。然而,我不希望授予应用程序查看组织中每个人的日历的权限,而只想允许那些参与我的应用程序所支持的计划的人。
是否可以授予应用程序权限来查看特定用户的信息,而不是整个组织?在这种特定情况下,它将是对大约5个个人的基本日历信息的读取权限。
英文:
I would like to build a service that looks at calendar information for users in our organization. This needs to be a background service and so needs to use app permissions rather than delegated permissions. However, I don't want to grant the application permission to look at everyone's calendars in the organization but only those participating in the program my application is facilitating.
It it possible to grant app permissions for specific users and not the whole organization? In this particular case, it would be permission to read basic calendar information for about 5 individuals.
答案1
得分: 1
至少您(您的管理员租户)可以创建一个应用程序访问策略,以限制应用程序访问特定邮箱。
查看文档以获取更多详细信息:
将应用程序权限限制为特定的Exchange Online邮箱
英文:
At least you (your admin tenant) can create an application access policy to limit app access to specific mailboxes.
Check doc for more details:
Limiting application permissions to specific Exchange Online mailboxes
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论