I have a Silverlight application which runs out of browser and can be installed to the user's local machine. Amongst other things, the application writes to a SharePoint list.
If the user is not currently logged into SharePoint Online, there is no prompt issued to force a login to SharePoint Online, and the write to list fails.
How should I handle this situation programatically?
Thanks,
JT