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...
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...