Skip to content

Commit db1117b

Browse files
Update README.md
1 parent abd0903 commit db1117b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

OAuthWebSample/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ASP.NET web app (VSTS OAuth sample)
1+
# ASP.NET web app (Azure DevOps OAuth sample)
22

33
This sample shows how to prompt a user to authorize a cloud service that can call APIs on Visual Studio Team Services on behalf of the user.
44

5-
To learn more about OAuth in Visual Studio Team Services, see [Authorize access to VSTS with OAuth 2.0](https://docs.microsoft.com/vsts/integrate/get-started/authentication/oauth?view=vsts)
5+
To learn more about OAuth in Azure DevOps, see [Authorize access to Azure DevOps with OAuth 2.0](https://docs.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=vsts)
66

77
## How to setup
88

@@ -15,7 +15,7 @@ To learn more about OAuth in Visual Studio Team Services, see [Authorize access
1515

1616
3. Update the following settings in web.config to match the values in the app you just registered:
1717
* `ClientAppID`
18-
* `ClientAppSecret` (use the "Client Secret" shown on the VSTS Application Settings page, not the App Secret)
18+
* `ClientAppSecret` (use the "Client Secret" shown on the Azure DevOps Application Settings page, not the App Secret)
1919
* `Scope` (space separated)
2020
* `CallbackUrl`
2121

@@ -32,11 +32,11 @@ To learn more about OAuth in Visual Studio Team Services, see [Authorize access
3232

3333
3. Click **Authorize**
3434

35-
4. Sign in to Visual Studio Team Services (if prompted)
35+
4. Sign in to Azure DevOps (if prompted)
3636

3737
5. Review and accept the authorization request
3838

39-
If everything is setup properly, Visual Studio Team Services will issue an access token and refresh token and both values will be displayed. **You should keep these values secret**. Also a new authorization will appear in [your profile page](https://app.vssps.visualstudio.com/Profile/View).
39+
If everything is setup properly, Azure DevOps will issue an access token and refresh token and both values will be displayed. **You should keep these values secret**. Also a new authorization will appear in [your profile page](https://app.vssps.visualstudio.com/Profile/View).
4040

4141
With the access token you can invoke [Visual Studio Team Services REST APIs](https://www.visualstudio.com/docs/integrate/api/overview) by providing the access token in the Authorization header.
4242

0 commit comments

Comments
 (0)