How to get an Azure Active Directory access token for https://api.spaces.skype.com

那年仲夏 提交于 2019-12-11 11:59:33

问题


I need to get an access token for the audience https://api.spaces.skype.com. I need to use the Azure Active Directory v1 endpoint. I dont see any corresponding API permission

In the Manifest there is the requiredResourceAccess section where resourceAppIds and scopes can be configured. How can I find the correct resource app id for https://api.spaces.skype.com?


回答1:


That API is an internal one used by the Teams client only. We do not allow non-Microsoft applications to access it.

The only supported API for Microsoft Teams is Microsoft Graph and our Bots API.



来源:https://stackoverflow.com/questions/55070388/how-to-get-an-azure-active-directory-access-token-for-https-api-spaces-skype-c

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