I am planning to use the share-point client object model to get the data(Lists etc) from share-point site ( Sharepoint site and mobile sites are hosted on two different machines/IIS servers).
I do have STS SAML 1.0 running on the another machine. All sharepoint site and mobile sites are federated with STS site and Single sign on (SSO FedAuth) is working fine when you browse through browsers. My question is can I call sharepoint resources sitting in mobile site server side using client object model (getting the SAML token from the STS directly (SSO & realm) and using(adding to web request) in each and every service call ? will it work.. or any suggestion is appreciated. Thank you in advance
Shashi