Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help] Where can I get clientId and replyUri ? #47

Open
tindecken opened this issue Nov 4, 2019 · 0 comments
Open

[Help] Where can I get clientId and replyUri ? #47

tindecken opened this issue Nov 4, 2019 · 0 comments

Comments

@tindecken
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant