Tony G.
Tony G.

Reputation: 230

OpenAM 10 iPlanetDirectoryPro cookie change

Several documents on the ForgeRock site mention to change the iPlanetDirectoryPro cookie name in openAM 10 but never mention which file(s) to change it in. I've tried several including AgentService.xml and AMAuth.xml to no avail. Has anyone does this successfully?

Upvotes: 1

Views: 2297

Answers (1)

Bernhard Thalmayr
Bernhard Thalmayr

Reputation: 2744

You don't have to change it in files, the files you mentioned are 'OpenAM service descriptions' which are loaded into the configuration store when OpenAM is configured.

Later on you have to change the service attributes using either the console or ssoadm.

You can change the name of the SSO session tracking cookie by changing value in 'server defaults' under 'servers and sites'.

If you have Agents running in normal SSO mode, be sure to adopt the value there as well.

Upvotes: 1

Related Questions