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/integrate/get-started/client-libraries/samples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Learn how to extend and integrate with Azure DevOps using the [.NET client libra
29
29
-**Azure-hosted applications**: Use [managed identities](../authentication/service-principal-managed-identity.md)
30
30
-**CI/CD pipelines**: Use [service principals](../authentication/service-principal-managed-identity.md)
31
31
-**Interactive applications**: Use [Microsoft Entra authentication](../authentication/entra.md)
32
-
-**Legacy scenarios only**: Use [personal access tokens](../authentication/authentication-guidance.md#personal-access-tokens-pats)
32
+
-**Legacy scenarios only**: Use [personal access tokens](../authentication/authentication-guidance.md)
33
33
34
34
> [!IMPORTANT]
35
35
> This article shows multiple authentication methods for different scenarios. Choose the most appropriate method based on your deployment environment and security requirements.
Copy file name to clipboardExpand all lines: docs/integrate/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,12 @@ Azure DevOps integration enables you to:
49
49
**Choose the right authentication method:**
50
50
51
51
**✅ Recommended for production:**
52
-
-**[Managed Identity](./get-started/authentication/authentication-guidance.md#managed-identity)** - For Azure-hosted applications (most secure)
53
-
-**[Service Principal](./get-started/authentication/authentication-guidance.md#service-principal)** - For CI/CD pipelines and automated services
52
+
-**[Managed Identity](./get-started/authentication/service-principal-managed-identity.md)** - For Azure-hosted applications (most secure)
53
+
-**[Service Principal](./get-started/authentication/service-principal-managed-identity.md)** - For CI/CD pipelines and automated services
54
54
-**[Microsoft Entra ID](./get-started/authentication/entra.md)** - For user-facing applications requiring OAuth flows
55
55
56
56
**⚡ Quick development:**
57
-
-**[Personal Access Tokens (PATs)](./get-started/authentication/authentication-guidance.md#personal-access-tokens)** - For testing and personal automation only
57
+
-**[Personal Access Tokens (PATs)](./get-started/authentication/authentication-guidance.md)** - For testing and personal automation only
0 commit comments