Run workflow as current user
I have a custom CodeActivity that in turn accesses a (custom) REST service, and returns some values. This REST service requires an AD login. Is it possible to use the current user (e.g. the one that is actually using the Silverlight Viewer)?
The relevant code is:
var webClient = new WebClient { UseDefaultCredentials = true; };
var s = webClient.DownloadString(uri);
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
0 Kommentare