Skip to content

Commit e18ed1a

Browse files
authored
Merge pull request #125033 from changeworld/patch-7
Fix typo
2 parents 9b3d4bc + be880df commit e18ed1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/security/develop/threat-modeling-tool-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ MSAL also maintains a token cache and refreshes tokens for you when they're clos
447447
| ----------------------- | ------------ |
448448
| **Component** | IoT Cloud Gateway |
449449
| **SDL Phase** | Build |
450-
| **Applicable Technologies** | Generic, C#, Node.JS, |
450+
| **Applicable Technologies** | Generic, C#, Node.js, |
451451
| **Attributes** | N/A, Gateway choice - Azure IoT Hub |
452452
| **References** | N/A, [Azure IoT hub with .NET](../../iot/tutorial-send-telemetry-iot-hub.md?pivots=programming-language-csharp), [Getting Started with IoT hub and Node JS](../../iot/tutorial-send-telemetry-iot-hub.md?pivots=programming-language-nodejs), [Securing IoT with SAS and certificates](../../iot-hub/iot-hub-dev-guide-sas.md), [Git repository](https://github.com/Azure/azure-iot-sdks/) |
453453
| **Steps** | <ul><li>**Generic:** Authenticate the device using Transport Layer Security (TLS) or IPSec. Infrastructure should support using pre-shared key (PSK) on those devices that cannot handle full asymmetric cryptography. Leverage Microsoft Entra ID, Oauth.</li><li>**C#:** When creating a DeviceClient instance, by default, the Create method creates a DeviceClient instance that uses the AMQP protocol to communicate with IoT Hub. To use the HTTPS protocol, use the override of the Create method that enables you to specify the protocol. If you use the HTTPS protocol, you should also add the `Microsoft.AspNet.WebApi.Client` NuGet package to your project to include the `System.Net.Http.Formatting` namespace.</li></ul>|
@@ -468,7 +468,7 @@ await deviceClient.SendEventAsync(message);
468468
```
469469

470470
### Example
471-
**Node.JS: Authentication**
471+
**Node.js: Authentication**
472472
#### Symmetric key
473473
* Create an IoT hub on Azure
474474
* Create an entry in the device identity registry

0 commit comments

Comments
 (0)