Chrome v80 cookie behavior impacts DocuSign apps

What is changing?

Google is making security improvements in Chrome: beginning with release 80, Chrome will block insecure SameSite cookies set to None by default. These changes are being rolled out in multiple phases. The most important milestones are:

  1. Chrome 80 Stable version release: 04-Feb-2020
  2. Change in default settings of cookies: 17-Feb-2020

    1. Cookies default to SameSite = Lax
    2. Reject insecure cookies when SameSite = None

This will impact any application that relies on cookies to store and track user sessions and is embedded and used on web pages hosted on different domains. DocuSign is aware of this issue and is currently working to have fixes in place for all DocuSign-owned products prior to widespread implementation.

What is the user impact?

If customer choose to opt into the new SameSite cookie settings in Chrome 80 prior to February 17, they may encounter the following errors:

  • Blank page sections show up while navigating to a page with embedded sending or signing.
  • Blank pages load with the error message, "XXX refused to connect."
  • Attempts to login fail and the user is redirected to the Login/Logout page.
  • Error pages load with the error message, "Bad request."
  • Integrations load incorrect pages in fragments (such as Home instead of Tagger).

Workaround:

If this change has impacted your organization, you can revert Chrome back to the previous behavior until you are able to bring your applications into compliance.

Warning: These are security-related settings. Work with your IT organization to review any changes made to Chrome flags prior to applying them in your Production environment.

  1. Open Chrome settings by going to a new tab or window and typing: chrome://flags/
  2. Search for SameSite flags by typing in the search bar.
  3. Set the settings to Disabled for the two settings shown in the screenshot below:
    • SameSite by default cookies
    • Cookies without SameSite must be secure
  4. Relaunch Chrome.
Google Chrome settings

What's changing on the back end?

  1. Integrations need to make the following changes to any cookies: 

    • Add attribute SameSite=None
      • Some older browsers, like Chrome 66 or before, and Safari on MacOS 10.14 or iOS 12 do not support the SameSite attribute and reject the cookies that have this attribute. So, an application needs to check for older browser versions and not send the SameSite attribute if detected.
    • Add attribute Secure
  2. Any application that embeds third-party services in an iframe needs to check that the third-party services are sending the SameSite and Secure attributes correctly.

Additional resources

Drew Martin
Author
Drew Martin
Developer Support Engineer
Published
Related Topics