Message Boards

SSO on Liferay 7.2 Community Edition

sree p, modified 4 Years ago.

SSO on Liferay 7.2 Community Edition

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
Hello, I am using Liferay 7.2 Community Edition (CE) does SSO works on community portal ? 
thumbnail
Christoph Rabel, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts
What do you mean with SSO?
SSO is a process that can be done with various protocols and in various ways.
sree p, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
windows authentication to liferay CE sites like kerberos , the other one is need to establish sso to third party applications from liferay CE sites
thumbnail
Christoph Rabel, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts
While this documentation is for 7.1, it should work for 7.2 too:
https://portal.liferay.dev/docs/7-1/deploy/-/knowledge_base/d/authenticating-with-kerberos
sree p, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
Chris, my question is Liferay 7.2 Community Edition support to SSO ?  can we do SSO to Liferay 7.2 ce sites from workstations ? and establish SSO to third party application once you logged on liferay 7.2 ce sites ?
thumbnail
Olaf Kock, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
sree p:

Chris, my question is Liferay 7.2 Community Edition support to SSO ?  can we do SSO to Liferay 7.2 ce sites from workstations ?
Did you read the article that Christoph linked?

sree p:

and establish SSO to third party application once you logged on liferay 7.2 ce sites ?
What kind of applications? Web applications? Deployed in Liferay? What kind of SSO do they support?
I'm mainly asking this because it sounds like you want to chain SSO - e.g. sign in to Liferay through Kerberos, then have Liferay provide that identity to other applications? If you're running within the portal: That's what the portal is about. For other independent applications, this would be quite unusual and violate the first S ("Single") in SSO.
sree p, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
Yes, I read that document link. I want to do single sign on  Liferay CE sites  through windows workstation , so does that works in Community version or not ? My second question is once i logged on to liferay I want to establish SSO to third party applications via saml/oauth , so does this works in community edition ?
thumbnail
Olaf Kock, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
sree p:

I want to do single sign on  Liferay CE sites  through windows workstation , so does that works in Community version or not ? My second question is once i logged on to liferay I want to establish SSO to third party applications via saml/oauth , so does this works in community edition ?
As far as I know, NTLM still works. If this cascaded SSO will work: I don't know. Liferay's SAML connector is released only for DXP, but I remember to have seen some integration with a third party SAML-enabled SSO that was using something else that Liferay supported, and SAML elsewhere. Not sure if it was OAuth or something else...
sree p, modified 4 Years ago.

RE: SSO on Liferay 7.2 Community Edition

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
thank you sir