added

2022-10-28

  1. Single sign-on feature was added. See details here . See the Migration guide to learn how to start using Single sign-on in your widget.
  2. Option to sign all requests to our server using the private RSA key and signature validation logic was added to improve security. See details here. Note that adding signatures to all requests is a required condition before starting to use Single sign-on.
  3. New events were added to Widget JavaScript SDK options for the partners to choose how the Widget is initialized:
  • iFrame (default, widget opens as full-screen overlay);
  • new tab (widget opens in the new browser tab);
  • redirect (user is redirected to widget URL from partner's resource);
  • auto detect (the best appropriate method to open widget is defined on the widget SDK level depending on the user's browser).
    Read more in Widget SDK options.