Foren

Integrating Liferay with Oracle SSO

thumbnail
Younis Alomoush, geändert vor 14 Jahren.

Integrating Liferay with Oracle SSO

Junior Member Beiträge: 40 Beitrittsdatum: 04.06.09 Neueste Beiträge
Hello All,

I want to Integrating Liferay with Oracle SSO.Do anyone has an idea about this? It is very urgent.!emoticon
thumbnail
Mika Koivisto, geändert vor 14 Jahren.

RE: Integrating Liferay with Oracle SSO

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
I'm not familiar with Oracle SSO but generally SSO integrations use Liferay's AutoLoginHook.

Does Oracle SSO provide a header to tell who's the currently logged in user? If that is the case then you might want to look how SiteMinderAutoLogin works.
thumbnail
Manish Kumar Gupta, geändert vor 14 Jahren.

RE: Integrating Liferay with Oracle SSO

Liferay Master Beiträge: 535 Beitrittsdatum: 16.05.08 Neueste Beiträge
This wiki may also help you.
thumbnail
Younis Alomoush, geändert vor 14 Jahren.

RE: Integrating Liferay with Oracle SSO

Junior Member Beiträge: 40 Beitrittsdatum: 04.06.09 Neueste Beiträge
Hello Manish,

The problem is i do not know from where to start. I can write the Autologin Module and retrieve the user information like (username,userid GUID,language information,user DN (distinguished name) us,ed with OID (Oracle Internet Directory)).

What is not yet clear to me is how to tell Lifeeray to direct the end user to the Oracle SSO login page and logout page.
thumbnail
Mika Koivisto, geändert vor 14 Jahren.

RE: Integrating Liferay with Oracle SSO

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
You might want to look at OpenSSOFilter it does exactly that for OpenSSO so the same principals should work with Oracle SSO too.