Fórum

Liferay Domino SSO

Stefan Muecke, modificado 12 Anos atrás.

Liferay Domino SSO

New Member Mensagem: 1 Data de Entrada: 25/07/11 Postagens Recentes
Hello,

we would like to set-up Liferay (Tomcat) with an Domino (8.5) and Kerberos SSO.

We do have an Microsoft Active Directory 2008 - where all the Users log in (Windows)
and we also have a Domino Environment, where the user data (email, job title ...) is located.

So the mechanism should work like with the Domino Web Server.
There the Domino User is matched to the Kerberos Ticket, gotten from the AD, so the user then is automatically authenticated.
The only password he has to type in is the Windows-login.
Is there a chance to do this with liferay?

I can't even get the normal LDAP working when using Domino.
Is there something special to take care about?

Many thanks in advance.
thumbnail
Mika Koivisto, modificado 12 Anos atrás.

RE: Liferay Domino SSO

Liferay Legend Postagens: 1519 Data de Entrada: 07/08/06 Postagens Recentes
Liferay doesn't have Kerberos support but you could get that working through JAAS. See http://stackoverflow.com/questions/339101/tomcat-authentication-using-spnego-kerberos-and-delegation
thumbnail
Victor Zorin, modificado 12 Anos atrás.

RE: Liferay Domino SSO

Liferay Legend Postagens: 1228 Data de Entrada: 14/04/08 Postagens Recentes
This is what we have done in similar environments:
1). Active Directory + Domino, and
2). Novell eDirectory/Netware + Domino:

- All user synchronization was made using LDAP setup (AD for Windows, eDirectory for Novell), as this is the primary source of user control (userId and password).
- Auto-login for AD uses NTLM
- Auto-login for Novell uses Novell Netware Liferay plugin
- For domino email, we use Lotus Notes Summary Liferay portlet
- For domino contacts, we use Domino Contacts Liferay portlet
- For additional synchronisation of user data with Domino we use User hooks (onCreateXXX)
Madhura Raut, modificado 12 Anos atrás.

RE: Liferay Domino SSO

Junior Member Postagens: 41 Data de Entrada: 11/11/10 Postagens Recentes
Victor Zorin:
This is what we have done in similar environments:
1). Active Directory + Domino, and
2). Novell eDirectory/Netware + Domino:

- All user synchronization was made using LDAP setup (AD for Windows, eDirectory for Novell), as this is the primary source of user control (userId and password).
- Auto-login for AD uses NTLM
- Auto-login for Novell uses Novell Netware Liferay plugin
- For domino email, we use Lotus Notes Summary Liferay portlet
- For domino contacts, we use Domino Contacts Liferay portlet
- For additional synchronisation of user data with Domino we use User hooks (onCreateXXX)



Hi,

I want to acheive SSo on my liferay so That users once login in system (windows or linux), and then in browser on enter in Liferay portal it didn't ask about username/password. Can you tell me stepwise how to acheive this?