RemoteLaunch Security options
There are 2 possible security cases that could be used in RemoteLaunch.
Case 1: The connected user is a known user in WorkflowGen
* Use the .NET DefaultCredentials
* The user is requester of the process.
Case 2: The connected user is not a known user in WorkflowGen
* Use the .NET NetworkCredentials or Impersonification option throught the web.config (E.g. WorkflowGenUsername)
* The WorkflowGenUsername is requester of the process.
Note: The connected user is the user who is executing the remote launch script.
Reader Comments