Skip to content

Commit fc6a5cc

Browse files
committed
updating authentication article
1 parent 46714ee commit fc6a5cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/cognitive-services/authentication.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: how-to
10-
ms.date: 07/22/2021
10+
ms.date: 09/01/2022
1111
ms.author: pafarley
1212
---
1313

@@ -177,6 +177,12 @@ curl -X POST 'https://api.cognitive.microsofttranslator.com/translate?api-versio
177177

178178
[!INCLUDE [](../../includes/cognitive-services-azure-active-directory-authentication.md)]
179179

180+
## Use Azure key vault to securely access credentials
181+
182+
You can [use Azure Key Vault](./use-key-vault.md) to securely develop Cognitive Services applications. Key Vault enables you to store your authentication credentials in the cloud, and reduces the chances that secrets may be accidentally leaked, because you won't store security information in your application.
183+
184+
Authentication is done via Azure Active Directory. Authorization may be done via Azure role-based access control (Azure RBAC) or Key Vault access policy. Azure RBAC can be used for both management of the vaults and access data stored in a vault, while key vault access policy can only be used when attempting to access data stored in a vault.
185+
180186
## See also
181187

182188
* [What is Cognitive Services?](./what-are-cognitive-services.md)

0 commit comments

Comments
 (0)