I have a sharepoint server with a claims-based authentication (ADFS server).
I have a Java app that needs to push data to a sharepoint list, preferably over the REST API, and with the additional requirement of needing to do it securely (authenticated and over https).
Has anyone done anything like this? I having the hardest time finding any solution that isn't "code the entire sharepoint/adfs/kerberos auth conversation from the ground up, just to get a fedAuth cookie"