OfficeDev / skype-web-sdk-samples

Other
116 stars 76 forks source link

Issue with Online samples #3

Closed peili closed 8 years ago

peili commented 8 years ago

I followed the steps provided in the documentation

There you can find a "snippet to create an authorization header". However this repository uncomments the code in the sign-in.js to use the authorization header. Also when calling signIn() a 401 is returned for "https://webdir1a.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user" "401 - Unauthorized: Access is denied due to invalid credentials"

mwambler commented 8 years ago

Make sure you update client_id value everywhere (3 hard-coded references, sign-in.js, index.hml). After updating the application logged in without issue.