Foren

Liferay Integration (SSO)

Vasanth Aey, geändert vor 8 Jahren.

Liferay Integration (SSO)

New Member Beiträge: 17 Beitrittsdatum: 09.09.15 Neueste Beiträge
Hi,
Anybody suggest me the steps to be done to integrate with Oracle internet directory and Oracle Access Manager(sso) with OHS webserver.
thumbnail
Denis Signoretto, geändert vor 8 Jahren.

RE: Liferay Integration (SSO)

Expert Beiträge: 375 Beitrittsdatum: 21.04.09 Neueste Beiträge
Hi Vasanth,

I'm not an expert of OAM but I suppose you can achieve it installing WebGate on your OHS, configure it to add an HTTP Header to the request with the name of Liferay Screen Name (you have to change authentication on Liferay using the screenname first) and enable on Liferay AutoLogin filter based on HTTP Request Header. For this purpose you can use embedded SiteMinder plugin or configure the auto login hook com.liferay.portal.security.auth. RequestHeaderAutoLogin.

You can try following this useful thread.

HTH,
Denis.
Vasanth Aey, geändert vor 7 Jahren.

RE: Liferay Integration (SSO)

New Member Beiträge: 17 Beitrittsdatum: 09.09.15 Neueste Beiträge
Thanks