zoukankan      html  css  js  c++  java
  • 提升工作流权限,打开designer的App step功能

     当工作流发生一些401验证问题时,可以通过提升工作流权限解决。
    1.Site settings>>Manage site features>>Active Workflows can use app permissions

    2. Site settings>>Site app permissions>> Copy the client section of the App Identifier(workflow). This is the identifier between the last "|" and the "@" sign, as shown in the figure.>>Go to the Grant permission to an app page. This must be done by browsing to the appinv.aspx page of the site.

    Example: http://{hostname}/{the Site Collection}/_layouts/15/appinv.aspx >> Paste the client ID in the App Id field, and then select Lookup, as shown in the previous figure. >> Paste the following code in the Permission Request XML(below) field to grant full control permission

    <AppPermissionRequests AllowAppOnlyPolicy="true">
    <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" />
    </AppPermissionRequests>

    >>Create. >> Trust It.

  • 相关阅读:
    noip的一些模板(参考了神牛的博客)
    NOIP算法总结与复习
    算是一份学习计划
    RMQ-ST算法的理解与实现(C++)
    SharePoint2010母版页想要的定制
    Memoization
    mutable and immutable
    Sqlite
    PyCharm Change Font Size
    Sublime Text添加gcc编译器
  • 原文地址:https://www.cnblogs.com/learning-life/p/10718973.html
Copyright © 2011-2022 走看看