Skip to content

Commit 0d81a76

Browse files
committed
Identity and access token edits
Edited TOC and access tokens article
1 parent b927b7e commit 0d81a76

File tree

2 files changed

+34
-24
lines changed

2 files changed

+34
-24
lines changed

articles/communication-services/quickstarts/identity/access-tokens.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create and manage access tokens
2+
title: Create and manage access tokens for end users
33
titleSuffix: An Azure Communication Services guide
4-
description: Manage identities and access tokens using the Azure Communication Services Identity SDK.
4+
description: Manage identities and access tokens for end users using the Azure Communication Services Identity SDK.
55
author: soricos85
66
manager: dariagrigoriu
77
services: azure-communication-services
@@ -14,9 +14,9 @@ zone_pivot_groups: acs-azcli-js-csharp-java-python-portal-nocode
1414
ms.custom: mode-other, devx-track-azurecli, devx-track-extended-java, devx-track-js, devx-track-python
1515
---
1616

17-
# Create and manage access tokens
17+
# Create and manage access tokens for end users
1818

19-
Access tokens enable Azure Communication Services SDKs to [authenticate](../../concepts/authentication.md) directly against Azure Communication Services as a particular identity. You need to create access tokens if you want your users to join a call or chat thread within your application.
19+
Access tokens enable Azure Communication Services SDKs to [authenticate](../../concepts/authentication.md) directly against Azure Communication Services as a particular identity. You need to create access tokens for end users if you want them to join a call or chat thread within your application.
2020

2121
This article describes how to use the Azure Communication Services SDKs to create identities and manage your access tokens. For production use cases, we recommend that you generate access tokens on a server-side service as described in [Client and server architecture](../../concepts/identity-model.md#client-server-architecture).
2222

articles/communication-services/toc.yml

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,12 @@ items:
1616
items:
1717
- name: Create a Communication Services resource
1818
href: quickstarts/create-communication-resource.md
19-
- name: Create an access token
20-
href: quickstarts/identity/access-tokens.md
21-
- name: Events overview
22-
href: ../event-grid/event-schema-communication-services.md
23-
- name: Subscribe to events
24-
href: quickstarts/events/subscribe-to-events.md
2519
# - name: Geolocation
2620
# href: /rest/api/maps/geolocation
2721
- name: SDKs and APIs
2822
href: concepts/sdk-options.md
2923
- name: Service limits
3024
href: concepts/service-limits.md
31-
- name: Enable managed identity
32-
href: how-tos/managed-identity.md
3325
# - name: Design your architecture
3426
# href: /azure/architecture/guide/mobile/mobile-start-here
3527
- name: Privacy, compliance, and security
@@ -46,10 +38,12 @@ items:
4638
items:
4739
- name: Overview
4840
href: concepts/identity-model.md
41+
- name: Access tokens for end users
42+
href: quickstarts/identity/access-tokens.md
4943
- name: Authenticate services
5044
href: concepts/authentication.md
51-
- name: Authenticate participants
52-
href: quickstarts/identity/access-tokens.md
45+
- name: Enable managed identity
46+
href: how-tos/managed-identity.md
5347
- name: Understand identifiers
5448
href: concepts/identifiers.md
5549
- name: Credentials best practices
@@ -94,18 +88,22 @@ items:
9488
href: how-tos/chat-sdk/translating-chats.md
9589
- name: Events
9690
items:
91+
- name: Events overview
92+
href: ../event-grid/event-schema-communication-services.md
93+
- name: Subscribe to events
94+
href: quickstarts/events/subscribe-to-events.md
9795
- name: Chat events
9896
href: ../event-grid/communication-services-chat-events.md
9997
- name: Server events
10098
href: concepts/chat/concepts.md#server-events
10199
- name: Logging and analytics
102100
items:
101+
- name: Enable logging with Azure Monitor
102+
href: concepts/analytics/enable-logging.md
103103
- name: Chat metrics
104104
href: concepts/analytics/chat-metrics.md
105105
- name: Chat logs
106106
href: concepts/analytics/logs/chat-logs.md
107-
- name: Enable logging with Azure Monitor
108-
href: concepts/analytics/enable-logging.md
109107
- name: Chat insights
110108
href: concepts/analytics/insights/chat-insights.md
111109
- name: Export SDK telemetry to Application Insights
@@ -180,6 +178,8 @@ items:
180178
href: quickstarts/email/add-azure-managed-domains.md
181179
- name: Add a custom domain
182180
href: quickstarts/email/add-custom-verified-domains.md
181+
- name: Troubleshooting domain configuration issues
182+
href: concepts/email/email-domain-configuration-troubleshooting.md
183183
- name: Connect domain to send email
184184
href: quickstarts/email/connect-email-communication-resource.md
185185
- name: Add multiple sender addresses
@@ -234,14 +234,14 @@ items:
234234
href: concepts/email/email-domain-and-sender-authentication.md
235235
- name: Best practices for sender authentication support
236236
href: concepts/email/email-authentication-best-practice.md
237-
- name: Troubleshooting domain configuration issues
238-
href: concepts/email/email-domain-configuration-troubleshooting.md
239237
- name: Messaging policy
240238
href: concepts/sms/messaging-policy.md
241239
- name: Events
242240
items:
243-
- name: Overview
241+
- name: Events overview
244242
href: ../event-grid/event-schema-communication-services.md
243+
- name: Subscribe to events
244+
href: quickstarts/events/subscribe-to-events.md
245245
- name: Email events
246246
href: ../event-grid/communication-services-email-events.md
247247
- name: View email events
@@ -298,18 +298,24 @@ items:
298298
href: concepts/sms/program-brief-guidelines.md
299299
- name: Opt-Out management overview
300300
href: concepts/sms/opt-out-api-concept.md
301-
- name: SMS events
302-
href: ../event-grid/communication-services-telephony-sms-events.md
301+
- name: Events
302+
items:
303+
- name: Events overview
304+
href: ../event-grid/event-schema-communication-services.md
305+
- name: Subscribe to events
306+
href: quickstarts/events/subscribe-to-events.md
307+
- name: SMS events
308+
href: ../event-grid/communication-services-telephony-sms-events.md
303309
- name: Toll-free verification guidelines
304310
href: concepts/sms/toll-free-verification-guidelines.md
305311
- name: Logging and analytics
306312
items:
313+
- name: Enable logging with Azure Monitor
314+
href: concepts/analytics/enable-logging.md
307315
- name: SMS logs
308316
href: concepts/analytics/logs/sms-logs.md
309317
- name: SMS metrics
310318
href: concepts/analytics/sms-metrics.md
311-
- name: Enable logging with Azure Monitor
312-
href: concepts/analytics/enable-logging.md
313319
- name: SMS insights
314320
href: concepts/analytics/insights/sms-insights.md
315321
- name: Export SDK telemetry to Application Insights
@@ -362,6 +368,8 @@ items:
362368
href: quickstarts/advanced-messaging/whatsapp/whatsapp-business-account-faq.md
363369
- name: Logging and analytics
364370
items:
371+
- name: Enable logging with Azure Monitor
372+
href: concepts/analytics/enable-logging.md
365373
- name: Advanced Messaging logs
366374
href: concepts/advanced-messaging/logs.md
367375
- name: Message analysis
@@ -535,8 +543,10 @@ items:
535543
href: how-tos/calling-sdk/closed-captions-teams-interop-how-to.md
536544
- name: Events
537545
items:
538-
- name: Overview
546+
- name: Events overview
539547
href: ../event-grid/event-schema-communication-services.md
548+
- name: Subscribe to events
549+
href: quickstarts/events/subscribe-to-events.md
540550
- name: Voice and video events
541551
href: ../event-grid/communication-services-voice-video-events.md
542552
- name: View calling events

0 commit comments

Comments
 (0)