Skip to content

Commit d72d397

Browse files
Merge pull request #226375 from tomaschladek/patch-31
Update security.md
2 parents 20a60e2 + 809d48b commit d72d397

File tree

1 file changed

+6
-2
lines changed
  • articles/communication-services/concepts/interop/guest

1 file changed

+6
-2
lines changed

articles/communication-services/concepts/interop/guest/security.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure AD API permissions for communication as Teams external user
2+
title: Security for communication as Teams external user
33
titleSuffix: An Azure Communication Services concept document
4-
description: This article describes Azure AD API permissions for communication as a Teams external user with Azure Communication Services.
4+
description: This article describes security for communication as a Teams external user with Azure Communication Services.
55
author: tomaschladek
66
manager: chpalmer
77
services: azure-communication-services
@@ -21,5 +21,9 @@ Microsoft Teams handles security using a combination of technologies and process
2121

2222
Additionally, Microsoft Teams provides several policies and tenant configurations to control Teams external users joining and in-meeting experience. Teams administrators can use settings in the Microsoft Teams admin center or PowerShell to control whether Teams external users can join Teams meetings, bypass lobby, start a meeting, participate in chat, or default role assignment. You can learn more about the [policies here](./teams-administration.md).
2323

24+
## Microsoft Purview
25+
26+
Microsoft Purview provides robust data security features to protect sensitive information. One of the key features of Purview is [data loss prevention (DLP)](/microsoft-365/compliance/dlp-microsoft-teams), which helps organizations to prevent accidental or unauthorized sharing of sensitive data. Developers can use [Communication Services UI library](../../ui-library/ui-library-overview.md) or follow [how-to guide](../../../how-tos/chat-sdk/data-loss-prevention.md) to support data loss prevention in Teams meetings. In addition, Purview offers [Customer Key](/microsoft-365/compliance/customer-key-overview), which allows customers to manage the encryption keys used to protect their data fully. Chat messages sent by Teams external users are encrypted at rest with the Customer Key provided in Purview. These features help customers meet compliance requirements.
27+
2428
## Azure Communication Services
2529
Azure Communication Services handles security by implementing various security measures to prevent and mitigate common security threats. These measures include data encryption in transit and at rest, secure real-time communication through Microsoft's global network, and authentication mechanisms to verify the identity of users. The security framework for Azure Communication Services is based on industry standards and best practices. Azure also undergoes regular security assessments and audits to ensure that the platform meets industry standards for security and privacy. Additionally, Azure Communication Services integrates with other Azure security services, such as Azure Active Directory, to provide customers with a comprehensive security solution. Customers can also control access to the services and manage their security settings through the Azure portal. You can learn here more about [Azure security baseline](/security/benchmark/azure/baselines/azure-communication-services-security-baseline?toc=/azure/communication-services/toc.json), about security of [call flows](../../call-flows.md) and [call flow topologies](../../detailed-call-flows.md).

0 commit comments

Comments
 (0)