Skip to content

Commit 31f3041

Browse files
Merge pull request #286200 from memontic-ms/memontic/add-auth-option
Add Advanced Messaging auth option
2 parents bb320eb + 7d85010 commit 31f3041

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/communication-services/concepts/authentication.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: chpalm
88
services: azure-communication-services
99

1010
ms.author: chpalm
11-
ms.date: 06/30/2021
11+
ms.date: 09/05/2024
1212
ms.topic: conceptual
1313
ms.service: azure-communication-services
1414
ms.subservice: identity
@@ -24,14 +24,15 @@ Another type of authentication uses *user access tokens* to authenticate against
2424

2525
The following table shows the Azure Communication Services SDKs and their authentication options:
2626

27-
| SDK | Authentication option |
28-
| ----------------- | ----------------------------------------------------|
29-
| Identity | Access Key or Microsoft Entra authentication |
30-
| SMS | Access Key or Microsoft Entra authentication |
31-
| Phone Numbers | Access Key or Microsoft Entra authentication |
32-
| Email | Access Key or Microsoft Entra authentication |
33-
| Calling | User Access Token |
34-
| Chat | User Access Token |
27+
| SDK | Authentication option |
28+
|--------------------|----------------------------------------------|
29+
| Identity | Access Key or Microsoft Entra authentication |
30+
| SMS | Access Key or Microsoft Entra authentication |
31+
| Phone Numbers | Access Key or Microsoft Entra authentication |
32+
| Email | Access Key or Microsoft Entra authentication |
33+
| Advanced Messaging | Access Key or Microsoft Entra authentication |
34+
| Calling | User Access Token |
35+
| Chat | User Access Token |
3536

3637
Each authorization option is briefly described below:
3738

0 commit comments

Comments
 (0)