Setting up App Permissions

Summary: For SharePoint 2013 workflows, app permissions need to be set up in order to use impersonation steps.

Instructions

  1. Navigate to the Site Settings , then  Manage site features
  2. Select Activate for Workflows can use app permissions
  3. Navigate to Site Settings  then Site App Permissions
    From the code, copy the bold part of the code (from | until @)
    i:0i.t|ms.sp.ext|4b3e3e53-0eb5-4817-9f81-384dfd715bc7@db1e96a8-a3da-442a-930b-235cac24cd5c
  4. Add this string to the end of the site URL: _layouts/15/appinv.aspx
  5. On this page, Paste in Highlighted App Id from step 3 then select Look up
  6. Add the XML below in the Permission Request XML box then Select Create.
    <AppPermissionRequests>
    <AppPermissionRequest Scope=”http://sharepoint/content/sitecollection/” Right=”FullControl” />
    </AppPermissionRequests>
  7. Select Trust it, in the next screen