Forums de discussion

Liferay CAS integration problem

thumbnail
babak naddaf, modifié il y a 9 années.

Liferay CAS integration problem

New Member Publications: 23 Date d'inscription: 06/07/11 Publications récentes
Hi every one

I am trying to use CAS server as SSO gateway for Liferay and the other servers, in the first step CAS (version 3.5.2) built and deployed successfully,

in the second step Liferay (on the different tomcat) connected to the CAS and logged successfully, finally i added other Liferay (on the third tomcat) to the CAS

server after that when i try to login to the second Liferay, CAS server automatically redirects me to the first Liferay, i think i have some mistakes in my

configuration, my CAS tomcat server.xml changes is as follow :

.
.
.
.
<Connector port="8443" SSLEnabled="true"
protocol="org.apache.coyote.http11.Http11Protocol"
maxThreads="150" scheme="https" secure="true"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100"
clientAuth="false" sslProtocol="TLS"
keystoreFile="C:/Users/bnadaf/.keystore"
keystorePass="changeit"
truststoreFile="C:/Program Files/Java/jdk1.7.0/jre/lib/security/cacerts" />
.
.
.
in both Liferay server.xmls i have just changed the redirectPort to 8443,


can any one guide me on this problem?

Sincerely yours
thumbnail
mohammad azaruddin, modifié il y a 9 années.

RE: Liferay CAS integration problem

Expert Publications: 492 Date d'inscription: 17/09/12 Publications récentes
Hi

Have a look at this link
thumbnail
babak naddaf, modifié il y a 9 années.

RE: Liferay CAS integration problem

New Member Publications: 23 Date d'inscription: 06/07/11 Publications récentes
Hi Mohammad

First of all thank u for your quick answer.

I added the following code to the portal-ext.PROPERTIES of the portal, and the problem fixed

# address of the current tomcat server
cas.server.name=localhost:8082

I still dont know what was the problem.

BEST