Florian Pubert 10 Months Ago - Edited Note for dxp-7.4-u51 : We need to remove CASCompanyServiceConfigurationBeanDeclaration.java For the bnd.bnd of portal-security-sso-cas-impl : Bundle-Name: Liferay Portal Security SSO CAS Implementation Bundle-SymbolicName: com.liferay.portal.security.sso.cas.impl Bundle-Version: 4.0.12 Include-Resource: \ @cas-client-core-3.6.4.jar, \ @bcpkix-jdk15on-1.70.jar, \ @bcprov-jdk15on-1.70.jar, \ @bcutil-jdk15on-1.70.jar -fixupmessages: Classes found in the wrong directory: ...;is:=ignore And build.gradle of the same bundle make the dependencies on compile: compile group: "org.bouncycastle", name: "bcpkix-jdk15on" compile group: "org.bouncycastle", name: "bcprov-jdk15on" compile group: "org.bouncycastle", name: "bcutil-jdk15on" compile group: "org.jasig.cas.client", name: "cas-client-core" Please sign in to reply. Reply as... Cancel Krzysztof Gołębiowski Florian Pubert 10 Months Ago - Edited Hi Florian, Thanks for letting me know about the change, I'll update the code! Please sign in to reply. Reply as... Cancel Krzysztof Gołębiowski Krzysztof Gołębiowski 9 Months Ago - Edited I updated and tested against GA52: https://github.com/kgolebiowski/liferay74-cas-integration/releases/tag/7.4-ga52-3.6.4 Please sign in to reply. Reply as... Cancel
Krzysztof Gołębiowski Florian Pubert 10 Months Ago - Edited Hi Florian, Thanks for letting me know about the change, I'll update the code! Please sign in to reply. Reply as... Cancel Krzysztof Gołębiowski Krzysztof Gołębiowski 9 Months Ago - Edited I updated and tested against GA52: https://github.com/kgolebiowski/liferay74-cas-integration/releases/tag/7.4-ga52-3.6.4 Please sign in to reply. Reply as... Cancel
Krzysztof Gołębiowski Krzysztof Gołębiowski 9 Months Ago - Edited I updated and tested against GA52: https://github.com/kgolebiowski/liferay74-cas-integration/releases/tag/7.4-ga52-3.6.4 Please sign in to reply. Reply as... Cancel
Carmelo Sanchez 7 Months Ago - Edited Compiled an tested for dxp-7.4-u58. Works nice. Tahnk you! Please sign in to reply. Reply as... Cancel Krzysztof Gołębiowski Carmelo Sanchez 6 Months Ago - Edited Great, I'm happy to hear that! Please sign in to reply. Reply as... Cancel
Krzysztof Gołębiowski Carmelo Sanchez 6 Months Ago - Edited Great, I'm happy to hear that! Please sign in to reply. Reply as... Cancel
srini vasulu 1 Month Ago - Edited we implemented and working fine but here we need to use the /c/portal/login then only it's working, but as per my requirement we don't want to use the /c/portal/login for that we changed it in CASFilter url-pattern to /* then it's working fine, but when we use the remote service call from postman it's redirecting CAS login page. if we select Basic Auth and provided liferay credentials no use and also we tried CAS credentials always it's redirecting to CAS login page. is there a way to remote call services? Please sign in to reply. Reply as... Cancel