Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Created December 26, 2012 20:49
Show Gist options
  • Save chrisobriensp/4383017 to your computer and use it in GitHub Desktop.
Save chrisobriensp/4383017 to your computer and use it in GitHub Desktop.
Showing the extract of appmanifest.xml necessary to allow a SP2013 app to use the search service.
<AppPermissionRequests>
<AppPermissionRequest Scope="http://sharepoint/search" Right="QueryAsUserIgnoreAppPrincipal" />
</AppPermissionRequests>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment