File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ManagedClientConsoleAppSample Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Program
12
12
internal const string vstsCollectionUrl = "https://myaccount.visualstudio.com" ; //change to the URL of your VSTS account; NOTE: This must use HTTPS
13
13
// internal const string vstsCollectioUrl = "http://myserver:8080/tfs/DefaultCollection" alternate URL for a TFS collection
14
14
internal const string clientId = "0fa17cf4-f75c-4185-ab9a-7c5ea47ca073" ; //change to your app registration's Application ID
15
- internal const string replyUri = "http://adaljssample " ; //change to your app registration's reply URI.
15
+ internal const string replyUri = "http://adalsample " ; //change to your app registration's reply URI.
16
16
//==========================================================================
17
17
18
18
internal const string VSTSResourceId = "499b84ac-1321-427f-aa17-267ca6975798" ; //Constant value to target VSTS. Do not change
You can’t perform that action at this time.
0 commit comments