tags:

views:

54

answers:

0

Dears

I want to connect to an officelive webservice from my custom external ASP.NET Application and I found that it would be possible to use the Live ID Client SDK to authenticate Windows based to use Office Live webservices.

In fact, I tried to use the Live ID Client SDK in my webapplication but I ran into a threading problem while I want call IdentityManager.Authenticate() method. It said the function must run with an STAThread Attribute.

Is there any way to provide username and password to Live ID client SDK in order to be authenticated to use officelive webservices?

What I want is to call OfficeLive Small Business webservices from an external asp.net website.

Regards,