Closed peili closed 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"
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.
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"