Skip to content

Commit 4126dbc

Browse files
committed
update bookmarks
1 parent 77ca26a commit 4126dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/translator/entra-id-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows you how to use Microsoft Entra ID to authenticate a request t
2020
* [Register an identity app with Microsoft Entra ID](#register-an-identity-application-with-microsoft-entra-id).
2121
* [Add a client secret](#add-a-client-secret-credential).
2222
* [Assign an `RBAC` (role-based access control) role granting your app access permissions](#add-api-permissions).
23-
* [Obtain an access token](#obtain-an-access-token)
23+
* [Obtain an access token](#obtain-an-access-token-with-oauth-client-credentials-flow)
2424
* [Make a request to the Translator API](#).
2525

2626
## Prerequisites
@@ -264,7 +264,7 @@ To make a valid REST API request, the following values are required:
264264

265265
:::image type="content" source="media/managed-identities/resource-id-property.png" alt-text="Screenshot of Resource ID value location in the Azure portal.":::
266266

267-
* Replace {your-resource-ID} with the value from the Azure portal and {access-token} with the value obtained from the previous step: [obtain an access token](#obtain-an-access-token).
267+
* Replace {your-resource-ID} with the value from the Azure portal and {access-token} with the value obtained from the previous step: [obtain an access token](#obtain-an-access-token-with-oauth-client-credentials-flow).
268268

269269
***Linux or macOS***
270270

@@ -308,6 +308,6 @@ curl -X POST "https://{your-custom-domain}.cognitiveservices.azure.com/translato
308308
-d "[{'Text':'Hola'}]"
309309
```
310310

311-
Replace {your-custom-domain} with the value form the Azure portal and {access-token} with the token obtained from the previous step, [obtain an access token](#obtain-an-access-token).
311+
Replace {your-custom-domain} with the value form the Azure portal and {access-token} with the token obtained from the previous step, [obtain an access token](#obtain-an-access-token-with-oauth-client-credentials-flow).
312312

313313
That's it! You now know how to use Microsoft Entra ID to authenticate requests to your Azure API.

0 commit comments

Comments
 (0)