microsoft / microsoft/azure-devops-auth-samples

[Help] Where can I get clientId and replyUri ?

Open
#47 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
277
Forks
307
Avg merge
3d 18h
Merged PRs (30d)
2

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with azure-devops-auth-samples/ManagedClientConsoleAppSample/Program.cs and review the configuration comments for clientId and replyUri. Document where users obtain or configure both values so they can replace the sample settings with their own.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
authentication, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.