OfficeDev / skype-ios-app-sdk-samples

This repository contains Objective C and Swift samples powered by the Microsoft Skype for Business App SDK.
MIT License
46 stars 23 forks source link

Does my Azure Account needs to be administrator to do a full AD sign-in? #82

Open combluotion opened 5 years ago

combluotion commented 5 years ago

Following Andrei Markeev guide: https://github.com/OfficeDev/skype-ios-app-sdk-samples/issues/9#event-1239851454

At the point of"Resending an autodiscovery request with the bearer token" I get a "403 - Forbidden: Access is denied."

Is this because I'm doing something wrong or because I don't have an admin rights on azure? right now my applications has all the needed permissions and I follow the guide thoroughly.

At the point of making the call con the /autodiscover/autodiscoverservice.svc/root with header Authorization: Bearer access_code, with all the params of the official documentation, I get the 403 error, but if I take the X-Ms-Origin Param off, it just won't show the "Applications" node on the response.

I don't get why accessing to skype for business is so hard, doing it on Microsoft Graph's for Teams meeting was so easy...