https://developer.okta.com/docs/release-notes/
2019.10.0 & 2019.10.2
No change necessary
GSuite
No change necessary
Ping Federate
https://support.pingidentity.com/s/article/SameSite-cookie-support-in-Ping-Identity-products
Several; see Link
Configuration change necessary
SecureAuth
https://support.secureauth.com/hc/en-us/articles/360038330652
9.1+
Configuration change necessary
SimpleSAMLphp
https://simplesamlphp.org/docs/stable/simplesamlphp-changelog#section_9
1.17.3 from July 2019
Configuration change necessary
Shibboleth
3.4.5 from September 2019
Configuration change necessary
Ping One
https://support.pingidentity.com/s/article/SameSite-cookie-support-in-Ping-Identity-products
Vendor says they will update in time and since it's a cloud product, no action needs to be taken
Keycloak
Keycloak has an additional step between receiving the SAML request and processing the login, which means it's not susceptible to this bug.
If you use Keycloak with OIDC with session management, you still need to wait for the linked bug report to be fixed.
If an update is not yet available for your IdP and if you have a reverse proxy or load balancer in front of your IdP, you might be able to configure it to set the SameSite flag. The exact technique will vary based on the software you're using. nginx example
When you implement this option, please note that older Safari versions on macOS and iOS devices interpret this setting wrongly and need to be exempt from this flag: https://bugs.webkit.org/show_bug.cgi?id=198181#c24
If your Identity Provider supports Redirect binding as well, you can use another mitigation technique:
Changing the binding type to REDIRECT seems to fix this at the moment on our site, since the new default behavior doesn't impact the 302 redirects used in REDIRECT binding. Note that for some IdPs, changing the "Protocol Binding" setting to "None" or "Post" was also necessary.
To change the binding type:
Navigate to the SAML SSO Configuration page
Click on Identity Providers tab in the middle panel
Scroll down to the Binding settings
Change the Login Binding to REDIRECT
Save the configuration
See https://www.chromium.org/updates/same-site for information on how to create an exception for your site if you're using enterprise controls in Chrome.