Skip to content

Commit ed68f7f

Browse files
authored
adjusted according to the concept guidelines
1 parent cef7625 commit ed68f7f

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

articles/communication-services/concepts/identity-best-practices.md renamed to articles/communication-services/concepts/credentials-best-practices.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Communication Services - Identity best practices
2+
title: Azure Communication Services - Credentials best practices
33
description: Learn more about the best practices for managing User Access Tokens in SDKs
44
author: petrsvihlik
55
manager: soricos
@@ -9,11 +9,12 @@ ms.author: petrsvihlik
99
ms.date: 01/30/2022
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
12+
#Customer intent: As a developer, I want learn how to correctly handle Credential objects so that I can build applications that run efficiently.
1213
---
1314

14-
# Best practices: Managing credentials in Azure Communication Services SDKs
15+
# Credentials in Communication SDKs
1516

16-
This article provides information about best practices related to managing [User Access Tokens](./authentication.md#user-access-tokens).
17+
This article provides information about best practices related to managing [User Access Tokens](./authentication.md#user-access-tokens) in Azure Communication Services SDKs. Following this guidance will help you optimize the resources used by your application and reduce the number of roundtrips to the Azure Communication Identity API.
1718

1819
## Communication Token Credential
1920

@@ -269,3 +270,17 @@ tokenCredential.dispose()
269270
```
270271
271272
---
273+
274+
## Next steps
275+
276+
In this article, you learned how to:
277+
278+
> [!div class="checklist"]
279+
> * Correctly initialize and dispose of a Credential object
280+
> * Implement a token refresher callback
281+
> * Optimize your token refreshing logic
282+
283+
To learn more, you may want to explore the following quickstart guides:
284+
285+
* [Create and manage access tokens](../quickstarts/access-tokens.md)
286+
* [Manage access tokens for Teams users](../quickstarts/manage-teams-identity.md)

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ items:
102102
- name: Authenticating services
103103
href: concepts/authentication.md
104104
- name: Credentials best practices
105-
href: concepts/identity-best-practices.md
105+
href: concepts/credentials-best-practices.md
106106
- name: Chat
107107
items:
108108
- name: Chat SDK overview

0 commit comments

Comments
 (0)