Forum Discussion
Joseph Velliah
Sep 13, 2016Copper Contributor
SharePoint Integration with other Platforms
Hi, I am trying to do a POC on SharePoint Online Remote Authentication as explained in the below article: http://paulryan.com.au/2014/spo-remote-authentication-rest/ When I try to get the...
- Sep 23, 2016
Please find the below solution created by me
https://github.com/sprider/wordpress/tree/master/Samples/SPOL_REST_Test
Kiril Iliev
Sep 14, 2016Brass Contributor
https://msdn.microsoft.com/en-us/office/office365/howto/add-common-consent-manually
I'd ensure first that the Azure AD Web application has the needed permissions. Usually that way we register our applications - however, if we want to target only specific site collections, we use the specified site collection appinv.aspx page.
Also, if you are testing this in the browser, I'd ensure that I was logged in a private session to ensure that my dev tenant login does not interfere with my prod tenant login.
I'd ensure first that the Azure AD Web application has the needed permissions. Usually that way we register our applications - however, if we want to target only specific site collections, we use the specified site collection appinv.aspx page.
Also, if you are testing this in the browser, I'd ensure that I was logged in a private session to ensure that my dev tenant login does not interfere with my prod tenant login.
- Joseph VelliahSep 23, 2016Copper Contributor
Please find the below solution created by me
https://github.com/sprider/wordpress/tree/master/Samples/SPOL_REST_Test