Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 29128

Anonymous user access issue when trying to read SpList with CSOM in SharePoint 2013

$
0
0

Below is the ps script that needs to be executed (WebApplication setting) to enable anonymous Users to access SpLists using Client side object Model.

$webapp = Get-SPWebApplication "webAppurl"

$webapp.ClientCallableSettings.AnonymousRestrictedTypes.Remove([microsoft.sharepoint.splist], "GetItems")

$webapp.Update()


Viewing all articles
Browse latest Browse all 29128

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>