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: articles/active-directory/managed-identities-azure-resources/how-to-use-vm-token.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ A client application can request a managed identity [app-only access token](../d
46
46
| Link | Description |
47
47
| -------------- | -------------------- |
48
48
|[Get a token using HTTP](#get-a-token-using-http)| Protocol details for managed identities for Azure resources token endpoint |
49
-
|[Get a token using Azure.Identity](#get-a-token-using-the-Azure-identity-client-library)| Get a token using Azure.Identity library |
49
+
|[Get a token using Azure.Identity](#get-a-token-using-the-azure-identity-client-library)| Get a token using Azure.Identity library |
50
50
| [Get a token using the Microsoft.Azure.Services.AppAuthentication library for .NET](#get-a-token-using-the-microsoftazureservicesappauthentication-library-for-net) | Example of using the Microsoft.Azure.Services.AppAuthentication library from a .NET client
51
51
|[Get a token using C#](#get-a-token-using-c)| Example of using managed identities for Azure resources REST endpoint from a C# client |
52
52
|[Get a token using Java](#get-a-token-using-java)| Example of using managed identities for Azure resources REST endpoint from a Java client |
0 commit comments