AppSuite 2 configuration
The Android app for AppSuite requires a more strict cookie policy from Google. Cookie headers are required and must be manually configured on the Tomcat web server for on-premise customers. By adding a specific valve the cookie headers are set and AppSuite can connect to the server.
Cookie configuration
The following configuration is required for AppSuite 2 app:
1. In the ROOT.XML file on Tomcat server config, add a new Valve.
<Valve className="nl.planon.tomcat.SameSiteCookiePortalValve" />