我想使用Connect-MicrosoftTeams -AccessTokens
选项远程管理不同的租户。据我所知,需要通过Microsoft Graph检索租户的令牌。我不明白的是如何请求权限,以及请求哪种权限。
有没有人这样做过,可以给我一些文档,或者提供一个示例请求?谢谢!
发布于 2021-06-30 18:54:40
使用Graph Explorer确定要使用的API。在“API (Preview)”选项卡上,您将能够看到该特定需要什么样的权限。https://developer.microsoft.com/en-us/graph/graph-explorer请参阅Microsoft Graph permissions reference、Authentication and authorization basics for Microsoft Graph、Authorization and the Microsoft Graph Security API
https://stackoverflow.com/questions/68127443
复制相似问题