IN.User.Authorize callback never fired
问题 Since today, our application that uses the linkedin javascript SDK to authenticate users stopped working. We realized that the call to https://platform.linkedin.com/in.js now redirects to https://platform.linkedin.com/xdoor/scripts/in.js. Consequently, calls to IN.User.Authorize(callbackFunction) successfully opens the authentication dialog window but the callback is never fired anymore. Also, in another part of our application we are using the IN.UI.Authorize.place().onWindowRemove