We are currently creating a Java-based server that can communicate with Sharepoint 2007/2010 and the Office365 version web services through Axis2. It looks like we can get Basic / NTLM authentication to work with Sharepoint 2007/2010, but not with Office365 version.
This is likely due to the fact that Office365 only supports claims-based authentication. Can we actually authenticate in Java? Is there open source support for requirements based authentication?
source
share