问题
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