CMDBuild Forum

CasAuthenticator not working in CMDBuild 3.1.1

It seems that in 3.1.1 version CasAuthenticator is not used even if configured through
cmdbuild.sh restws setconfig CasAuthenticator
cmdbuild nevers call the CAS login.

Same problem here with v 3.2.2, any solution?

Found solution for v 3.3.2, these are the correct key values:

./cmdbuild.sh restws setconfig org.cmdbuild.auth.modules=cas
./cmdbuild.sh restws setconfig org.cmdbuild.auth.module.cas.server.url=https://…
./cmdbuild.sh restws setconfig org.cmdbuild.auth.module.cas.login.page=/login
./cmdbuild.sh restws setconfig org.cmdbuild.auth.module.cas.service.param=service
./cmdbuild.sh restws setconfig org.cmdbuild.auth.module.cas.ticket.param=ticket