Hi all, I'm using Alfresco 5.0.d CE with WebSphere Portal 8 (in a different server) and I need to authenticate a web service soap message sent by portlets to the url http://my_server:port/alfresco/cmisws/. I use Apache Chemistry v.: 0.13.0 and I build the session with parameter org.apache.chemistry.opencmis.binding.auth.classname
and value org.apache.chemistry.opencmis.client.bindings.spi.LTPAWSSecurityAuthenticationProvider
that inserts in soap header the correct ltpa version 2.
How can I build a custom authenticator to authenticate user in LTPA and to start the appropriate session with it?
—
--
critical