Describe the bug
After successful authentication, OpenAM creates the iPlanetDirectoryPro cookie without the SameSite attribute, despite the -Dorg.openidentityplatform.openam.cookie.samesite property being set.
To Reproduce
Steps to reproduce the behavior:
- Set the
org.openidentityplatform.openam.cookie.samesite property value.
- Authenticate in XUI.
- Check the
SameSite attribute of the iPlanetDirectoryPro cookie.
Expected behavior
The SameSite attribute of the iPlanetDirectoryPro cookie should match the value of the org.openidentityplatform.openam.cookie.samesite property.
Describe the bug
After successful authentication, OpenAM creates the
iPlanetDirectoryProcookie without theSameSiteattribute, despite the-Dorg.openidentityplatform.openam.cookie.samesiteproperty being set.To Reproduce
Steps to reproduce the behavior:
org.openidentityplatform.openam.cookie.samesiteproperty value.SameSiteattribute of theiPlanetDirectoryProcookie.Expected behavior
The
SameSiteattribute of theiPlanetDirectoryProcookie should match the value of theorg.openidentityplatform.openam.cookie.samesiteproperty.