Posts by Denis Renan • 31 points
2 posts
-
0
votes1
answer192
viewsA: Authenticate to Sharepoint online via Rest api + Angularjs
It was a problem of cross-Domain (login.microsoftonline.com is an external domain, of course). More details on how to solve this type of problem in Phonegap Enable CORS via Javascript (Phonegap).…
-
3
votes1
answer192
viewsQ: Authenticate to Sharepoint online via Rest api + Angularjs
I’m trying to create an application using Visual Studio 2015, Cordova + Angularjs. My need today is to authenticate in Sharepoint and consume Web Services. I’ve tried several authentication…