Skip to content

Commit b402e2b

Browse files
committed
Refresh article
1 parent 89e1b65 commit b402e2b

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

docs/service-hooks/authorize.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ ms.date: 07/27/2020
1515

1616
[!INCLUDE [version-lt-eq-azure-devops](../includes/version-lt-eq-azure-devops.md)]
1717

18-
When you use a service that's integrated with Azure DevOps, the industry-standard OAuth 2.0 authorization framework provides safe and secure access to your resources by those other services.
19-
With OAuth, you grant a service the authorization to access your Azure DevOps resources, such as work items, source code, and build results.
18+
When you use a service that's integrated with Azure DevOps, you can grant the service access your Azure DevOps resources, such as work items, source code, and build results.
2019

21-
- Authorizations are bound to your credentials, so the service can use the authorization to access your resources in Azure DevOps.
22-
- Use your Microsoft account or your work account to authorize the service.
23-
- The service that you authorize never has access to your Azure DevOps credentials.
24-
- Revoke any authorizations that you've granted to other services.
20+
Azure DevOps uses the industry-standard OAuth 2.0 authorization framework to grant the service access to your resources.
21+
22+
- Authorizations are bound to your credentials, so the service can use an authorization to access your resources in Azure DevOps.
23+
- You use your Microsoft account or your work account to authorize the service.
24+
- The service that you authorize doesn't have access to your Azure DevOps credentials.
25+
- You can revoke any authorizations that you grant to other services.
2526

2627
## Prerequisites
2728

@@ -33,29 +34,30 @@ With OAuth, you grant a service the authorization to access your Azure DevOps re
3334

3435
## Authorize a service
3536

36-
A typical authorization flow might go like this:
37+
A typical authorization flow might include the following steps:
3738

3839
1. You're using a service that uses Azure DevOps resources, so the service requests authorization.
40+
3941
1. If you're not already signed in, Azure DevOps prompts you for your credentials.
4042

4143
![Screenshot of Azure DevOps sign in page.](./media/authorize/vso-sign-in.png)
4244

43-
2. After you sign in, you get the authorization approval page.
45+
1. After you sign in, you get the authorization approval page.
4446

4547
![Screenshot of Azure DevOps authorization page](./media/authorize/vso-authorize.png)
4648

47-
Services can only request full access to all of the resources that are available to you through the REST APIs, so the authorization request might not be specific.
49+
Services can only request full access to all the resources that are available to you through the REST APIs, so the authorization request might not be specific.
4850

49-
3. Review the request and approve the authorization.
51+
1. You review the request and approve the authorization.
5052

51-
The authorized service uses that authorization to access resources in your Visual Studio account.
53+
1. The authorized service uses that authorization to access resources in your Visual Studio account.
5254

53-
To ensure an authorization request is legitimate:
55+
To ensure an authorization request is legitimate, take the following steps:
5456

5557
- Look for the Azure DevOps branding across the upper portion of the authorization approval page.
56-
- Ensure the authorization approval page URL begins with ```https://app.vssps.visualstudio.com/```.
58+
- Ensure the authorization approval page URL begins with `https://app.vssps.visualstudio.com/`.
5759
- Pay attention to any HTTPS-related security warnings in your browser.
58-
- Remember that other services don't ask for your credentials directly. They let you provide them to Azure DevOps through the authorization approval page.
60+
- Don't give your credentials to other services directly. Enter your credentials only through the authorization approval page in Azure DevOps.
5961

6062
## Manage authorizations
6163

0 commit comments

Comments
 (0)