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
Copy file name to clipboardExpand all lines: docs/service-hooks/authorize.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ A typical authorization flow might include the following steps:
42
42
43
43

44
44
45
-
1. After you sign in, you get the authorization approval page.
45
+
1. After you sign in, the authorization approval page appears.
46
46
47
47

48
48
@@ -52,7 +52,7 @@ A typical authorization flow might include the following steps:
52
52
53
53
1. The authorized service uses that authorization to access resources in your Visual Studio account.
54
54
55
-
To ensure an authorization request is legitimate, take the following steps:
55
+
To ensure an authorization request is legitimate, take the following precautions:
56
56
57
57
- Look for the Azure DevOps branding across the upper portion of the authorization approval page.
58
58
- Ensure the authorization approval page URL begins with `https://app.vssps.visualstudio.com/`.
@@ -61,9 +61,9 @@ To ensure an authorization request is legitimate, take the following steps:
61
61
62
62
## Manage authorizations
63
63
64
-
To see the services that you've authorized to access your account, go to [https://app.vssps.visualstudio.com/Profile/View](https://app.vssps.visualstudio.com/Profile/View)
64
+
To see the services that are authorized to access your account, go to [https://app.vssps.visualstudio.com/Profile/View](https://app.vssps.visualstudio.com/Profile/View)
65
65
and select **Manage authorizations**.
66
66
67
67

68
68
69
-
You can revoke any authorizations here, so the service can't access your account on your behalf.
69
+
You can use this page to revoke authorizations so that services can't access your account on your behalf.
0 commit comments