Skip to content

Commit 510f45e

Browse files
authored
Merge pull request #101165 from KingdomOfEnds/adt-refresh-two
Refreshed IoT Security Best Practices
2 parents 5fb239e + 1885bf5 commit 510f45e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/digital-twins/security-best-practices.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/19/2019
10+
ms.date: 01/15/2020
1111
---
1212

1313
# Azure Digital Twins security best practices
@@ -35,6 +35,7 @@ Some key practices to safely secure your IoT devices include:
3535
> * Limit I/O and device bandwidth to improve performance. Rate-limiting can improve security by preventing denial-of-service attacks.
3636
> * Keep device firmware, operating system, and software up to date.
3737
> * 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 security systems, software, and devices. For example, review [the compliance offerings](https://azure.microsoft.com/overview/trusted-cloud/compliance/) for Azure Cloud.
3839
3940
Some key practices to safely secure an IoT space include:
4041

@@ -62,8 +63,8 @@ Azure Digital Twins uses [Azure Active Directory](https://docs.microsoft.com/azu
6263
> * Use a certificate issued by a trusted [certificate authority](../active-directory/authentication/active-directory-certificate-based-authentication-get-started.md) rather than app secrets to authenticate.
6364
> * Limit OAuth 2.0 scope of access for a token.
6465
> * Verify the length of time a token is valid and whether a token remains valid.
65-
> * Set appropriate lengths of time that tokens are valid for.
66-
> * Refresh expired tokens.
66+
> * Set appropriate lengths of time that tokens are valid for. Refresh expired tokens.
67+
> * Remove unused **Redirect URIs** and permissions per [Role-based access control best practices](#role-based-access-control-best-practices).
6768
6869
## Role-based access control best practices
6970

@@ -75,4 +76,4 @@ Azure Digital Twins uses [Azure Active Directory](https://docs.microsoft.com/azu
7576

7677
* To learn about role-based access control, read [Role-based access control](./security-role-based-access-control.md).
7778

78-
* To learn about authentication, read [Authenticate with APIs](./security-authenticating-apis.md).
79+
* To learn about authentication, read [Authenticate with APIs](./security-authenticating-apis.md).

0 commit comments

Comments
 (0)