|
1 | 1 | ---
|
2 |
| -title: Cognitive Services Security |
| 2 | +title: Cognitive Services security |
3 | 3 | titleSuffix: Azure Cognitive Services
|
4 | 4 | description: Learn about the various security considerations for Cognitive Services usage.
|
5 | 5 | services: cognitive-services
|
6 | 6 | author: IEvangelist
|
7 | 7 | manager: nitinme
|
8 | 8 | ms.service: cognitive-services
|
9 | 9 | ms.topic: conceptual
|
10 |
| -ms.date: 03/13/2020 |
| 10 | +ms.date: 03/16/2020 |
11 | 11 | ms.author: dapine
|
12 | 12 | ---
|
13 | 13 |
|
14 |
| -# Cognitive Services Security |
| 14 | +# Cognitive Services security |
15 | 15 |
|
16 |
| -< Add introduction details, consider changing title? > |
| 16 | +< TODO: Add introduction details, consider changing title? > |
17 | 17 |
|
18 | 18 | ## Transport Layer Security (TLS)
|
19 | 19 |
|
20 | 20 | All of the Cognitive Services endpoints exposed over HTTP enforce TLS 1.2. With an enforced security protocol, consumers attempting to call a Cognitive Services endpoint should adhere to guidelines:
|
21 | 21 |
|
22 | 22 | * The client Operating System (OS) would need to support TLS 1.2
|
23 | 23 | * The language (and platform) used to make the HTTP call would need to specify TLS 1.2 as part of the request
|
24 |
| - * Depending on the language and platform, specifying TLS is done either implicitly or explicitly |
| 24 | + * Depending on the language and platform, specifying TLS is done either implicitly or explicitly |
25 | 25 |
|
26 | 26 | For .NET users, consider the <a href="https://docs.microsoft.com/dotnet/framework/network-programming/tls" target="_blank">Transport Layer Security best practices <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
|
27 | 27 |
|
28 | 28 | ## Authentication
|
29 | 29 |
|
30 |
| -< Add introduction details, consider changing title? > |
| 30 | +Authentication is the act of verifying a user's an identity. < TODO: add more to this... > |
31 | 31 |
|
32 | 32 | ## Environment variables and application configuration
|
33 | 33 |
|
|
0 commit comments