在第三方系统发起流程,直接打开表单,不需要输入BPM用户名密码,需要统一认证。

去掉C:\Program Files (x86)\FlowPortal.net 5.x\WEB\App_Code\YZSoft\Helper目录下的YZAuthHelper.cs中的如下代码的注释:

string token = context.Request.Params["token"];

if (!String.IsNullOrEmpty(token)) //检测验证信息

{

    string uid = token;  //解密token或使用token到认证中心认证获得uid

 YZAuthHelper.SetAuthCookie(uid);  //设置Cookie

 }

Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator