SSO known issues
In your Tomcat configuration, make sure that the CookieProcessor component does not have the sameSiteCookies property set to strict.
Instead, set the property to Lax:
Tomcat
<CookieProcessor sameSiteCookies="Lax" /> (1)| 1 | sameSiteCookiesset toLaxinstead ofstrict. | 
| If the CookieProcessorwithsameSiteCookiesset tostrict, you will likely encounter issues while trying to log into Magnolia.
If you decide to continue using the SSO Module, you need to know that setting this cookie toLaxhas the potential to impact site security. |