Creating Domino session in liferay -


i have requirement while login in liferay have initiate domino session user. how possibilities , there work around.

thanks in advance.

domino needs configured sso. liferay , domino servers must share same dns domain. need create ltpatoken cookie manually. achieved writing custom com.liferay.portal.security.auth.authenticator intercepts username , password (after liferay login) , tries login on domino via diiop.

lotus.domino.session session = lotus.domino.notesfactory.create(hostname, username, password); if login succeeds can ltpatoken calling session.getsessiontoken(); put token custom cookie called ltpatoken default valid dns domain servers share.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -