You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file azure-devops-auth-samples/ManagedClientConsoleAppSample/Program.cs //============= Config [Edit these with your settings] ===================== internal const string azureDevOpsOrganizationUrl = "http://dev.azure.com/organization"; //change to the URL of your Azure DevOps account; NOTE: This must use HTTPS internal const string clientId = "872cd9fa-d31f-45e0-9eab-6e460a02d1f1"; //change to your app registration's Application ID, unless you are an MSA backed account internal const string replyUri = "urn:ietf:wg:oauth:2.0:oob"; //change to your app registration's reply URI, unless you are an MSA backed account //==========================================================================
Where can I get clientId and replyUri ?, I'm using your information, and it works. So I want to change to my information. Please help.
The text was updated successfully, but these errors were encountered:
In the file azure-devops-auth-samples/ManagedClientConsoleAppSample/Program.cs
//============= Config [Edit these with your settings] ===================== internal const string azureDevOpsOrganizationUrl = "http://dev.azure.com/organization"; //change to the URL of your Azure DevOps account; NOTE: This must use HTTPS internal const string clientId = "872cd9fa-d31f-45e0-9eab-6e460a02d1f1"; //change to your app registration's Application ID, unless you are an MSA backed account internal const string replyUri = "urn:ietf:wg:oauth:2.0:oob"; //change to your app registration's reply URI, unless you are an MSA backed account //==========================================================================
Where can I get clientId and replyUri ?, I'm using your information, and it works. So I want to change to my information. Please help.
The text was updated successfully, but these errors were encountered: