2014-10-16 119 views
0

我正在嘗試使用wso2身份認證服務器進行Liferay身份認證,我使用的是liferay 6.2和Wso2 IS 5.0.0,我在上面的鏈接https://docs.wso2.com/display/IS500/Integrating+WSO2+Identity+Server+with+Liferay因此我創建了portal-在liferay_home/tomcat/webapps/ROOT/WEB-INF/classes/portal-ext.properties下的ext.properties文件。並增加在它下面的屬性:無法集成WSO2身份認證服務器與Liferay進行身份認證

auth.pipeline.pre = org.wso2.liferay.is.authenticator.WSO2ISAuthenticator auth.pipeline.enable.liferay.check =假

但是當我運行Liferay門戶並嘗試登錄我得到java.lang.ClassNotFoundException:org.wso2.liferay.is.authenticator.WSO2ISAuthenticator它應該在org.wso2.liferay.xacml.connector.jar但我沒有得到這個jar任何地方我試圖找出這個類在其他罐子裏,但無法找到它,我也試圖谷歌它,但沒有成功,請幫助我出這個問題,謝謝

+0

當我們向liferay發出請求時,它是否會重定向到WSO2 Identity Server以進行登錄? WSOS2身份服務器是否創建令牌並將令牌放入Cookie並將其重定向回Liferay主頁?什麼是登錄流程? Sunil它是如何爲你工作的? – 2015-04-29 10:10:21

+0

此外,當我添加一個secoundry用戶存儲(即LDAP)從而更改用戶名時,liferay的admin用戶(即[email protected])更改爲DOMAIN/[email protected]。但所有這些登錄都無效,登錄失敗 – 2015-04-29 11:34:09

回答

0
+0

http://blog.facilelogin.com/2010/05/managing-users-and-roles-with-wso2.html提到了很多jar文件。 axiom-1.2.9.wso2v1.jar axis2-1.6.0.wso2v1.jar commons-codec-1.3.0.wso2v1.jar commons-fileupload-1.2.0.wso2v1.jar commons-httpclient-3.1。 0.wso2v1.jar httpcore-4.1.0.alpha1-wso2v1.jar neethi-2.0.4.wso2v1.jar org.wso2.carbon.authenticator.proxy-3.0.0.jar org.wso2.carbon。 logging-3.0.0.jar org.wso2.carbon.um.ws.api-3.0.0.jar org.wso2.carbon.user.core-3.0.0.jar wsdl4j-1.6.2.wso2v1。 jar XmlSchema-1.4.6.wso2v1.jar – 2015-04-28 07:34:02

+0

也添加org.wso2.securevault_1.0.0.wso2v2.jar和org.wso2.carbon.authenticator.stub_4.2.0.jar。 – 2015-04-28 08:58:05

相關問題