简体   繁体   中英

UCWA and Skype Web SDK not working?

How to get authorization through the Skype Web SDK (UCWA) on the basis of official examples?

I have a purchased account to use Skype for Business and entrance to the admin panel of Office 365. There were examples Download the official Skype Web SDK and UCWA samples, which are deployed on the local machine (Apache server with directory localhost). I used to enter the account art@shockw4ves.onmicrosoft.com that I created when buying Skype for Business. As a result, I get a response in the form of pop-up messages Service does not allow a cross domain request from this origin

At the request header to https://lyncdiscover.shockw4ves.onmicrosoft.com/xframe is an attribute X-Ms-Origin: http://localhost , can this problem? Long enough debugging process led me to the idea to connect the frame by hand and communicate with him through the post message, is this possible?

  1. Your application domain should be added to Skype Servers' whitelist. Or you can filter X-Ms-Origin by using some proxies or browser plugin (I've used this )
  2. UCWA is currently available only to customers who have Skype for Business on-premises. So you won't be able to login to Office365 account.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM