SSO known issues

From Magnolia 6.2.10, 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 sameSiteCookies set to Lax instead of strict.
If the CookieProcessor with sameSiteCookies set to strict, 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 to Lax has the potential to impact site security.

Modify values.yml

To modify sameSiteCookies, update your values.yml file.

After making these changes, you have to redeploy your application for the changes to be picked up.
values.yml
magnoliaAuthor:
  sameSiteCookies: Lax (1)
1 sameSiteCookies set to Lax instead of strict.
Feedback

PaaS

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the DX Cloud PaaS docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules