@@ -7,7 +7,7 @@ manager: bertvanhoof
7
7
ms.service : digital-twins
8
8
services : digital-twins
9
9
ms.topic : conceptual
10
- ms.date : 11/19/2019
10
+ ms.date : 01/14/2020
11
11
---
12
12
13
13
# Azure Digital Twins security best practices
@@ -35,6 +35,7 @@ Some key practices to safely secure your IoT devices include:
35
35
> * Limit I/O and device bandwidth to improve performance. Rate-limiting can improve security by preventing denial-of-service attacks.
36
36
> * Keep device firmware, operating system, and software up to date.
37
37
> * Periodically audit and review device, software, network, and gateway security best practices as they continue to improve and evolve.
38
+ > * Use [ trusted, certified, and compliant] ( https://azure.microsoft.com/overview/trusted-cloud/compliance/ ) security systems, software, and devices.
38
39
39
40
Some key practices to safely secure an IoT space include:
40
41
@@ -64,6 +65,7 @@ Azure Digital Twins uses [Azure Active Directory](https://docs.microsoft.com/azu
64
65
> * Verify the length of time a token is valid and whether a token remains valid.
65
66
> * Set appropriate lengths of time that tokens are valid for.
66
67
> * Refresh expired tokens.
68
+ > * Remove unused ** Redirect URIs** and permissions.
67
69
68
70
## Role-based access control best practices
69
71
@@ -75,4 +77,4 @@ Azure Digital Twins uses [Azure Active Directory](https://docs.microsoft.com/azu
75
77
76
78
* To learn about role-based access control, read [ Role-based access control] ( ./security-role-based-access-control.md ) .
77
79
78
- * To learn about authentication, read [ Authenticate with APIs] ( ./security-authenticating-apis.md ) .
80
+ * To learn about authentication, read [ Authenticate with APIs] ( ./security-authenticating-apis.md ) .
0 commit comments