How to get an Azure Active Directory access token

2019-07-26 09:05发布

问题:

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.