There are two 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 through theweb.config
(e.g.WorkflowGenUsername
) -
WorkflowGenUsername
is the requester of the process.
Note: The connected user is the user who is executing the RemoteLaunch script.