Tagged Questions
2
votes
1answer
18 views
SharePoint Online Authentication (Wave 15, non-.NET Code)
For those who are unaware, it was possible to authenticate to SharePoint Online by sending an OASIS SAML token with credentials to login.microsoftonline.com/extSTS.srf and you'd get back a security ...
0
votes
0answers
98 views
Has anyone been able to get data from SharePoint Online (office 365) using SSIS?
I have been following the example in this site:
http://blog.nhaslam.com/2012/01/26/loading-reference-data-from-a-sharepoint-list-using-ssis/
And everything works just fine if SP is inhouse but ...
0
votes
0answers
41 views
Native SSRS reports inside SPO 2013 with claims-based authentication
We have 1000s of SSRS 2005 reports in native SSRS mode and about 300 hosted inside SharePoint 2007 in SP integrated mode.
As we consider moving to SPO 2013 (o365) SSRS is not offered with SPO, and ...
0
votes
1answer
252 views
Claim auth from ADFS
I asked this question @StackOverflow[1] but maybe this is a better location for it:
I try to connect to a SharePoint Online instance via a WPF-Application (C#). I have found this article[2] that ...
4
votes
2answers
790 views
Office 365 SharePoint Authentication from Objective-C on IOS
I want to create an IOS app that connects to my Office365 SharePoint team site using the list rest services. How do I do authentication? Any examples?
2
votes
1answer
636 views
Remote authentication with SharePoint Online
I am following the article and sample that can be found in this address: http://msdn.microsoft.com/en-us/library/hh147177.aspx
Everything works fine but I need a more automated solution. The user ...