Skip to content

Commit 1216583

Browse files
Merge pull request #288275 from kgremban/oct11-sfi
ROPC: iot and device-update
2 parents 4742418 + e460ad4 commit 1216583

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/iot-hub-device-update/device-update-control-access.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ To integrate an application or service with Microsoft Entra ID, first [register
5252
* Mobile or desktop application, add **Mobile and desktop applications** platform with `https://login.microsoftonline.com/common/oauth2/nativeclient` for the Redirect URI.
5353
* Website with implicit sign-on, add **Web** platform and select **Access tokens (used for implicit flows)**.
5454

55+
>[!NOTE]
56+
>Microsoft recommends that you use the most secure authentication flow available. Implicit flow authentication requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
57+
5558
### Configure permissions
5659

5760
Next, add permissions for calling Device Update to your app:

articles/iot/iot-mqtt-connect-to-iot-hub.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ from azure.iot.device.aio import IoTHubDeviceClient
8282
device_client = IoTHubDeviceClient.create_from_connection_string(deviceConnectionString, websockets=True)
8383
```
8484

85+
[!INCLUDE [iot-authentication-device-connection-string](../../includes/iot-authentication-device-connection-string.md)]
86+
8587
### Default keep-alive timeout
8688

8789
In order to ensure a client/IoT Hub connection stays alive, both the service and the client regularly send a *keep-alive* ping to each other. The client using IoT SDK sends a keep-alive at the interval defined in the following table:

0 commit comments

Comments
 (0)