Skip to content

Commit 25fa5b8

Browse files
Update articles/communication-services/concepts/identity-model.md
Co-authored-by: Petr Švihlík <[email protected]>
1 parent 338d789 commit 25fa5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/identity-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The properties of an access token are:
5757
* Scopes.
5858

5959
An access token is valid for a period of time between 1 and 24 hours. After it expires, the access token is invalidated and can't be used to access any primitive.
60-
To generate an access token with a custom validity, specify the desired validity period when generating the access token. If no custom validity is specified, the access token will be valid for 24 hours.
61-
We recommend using short lifetime access tokens for one-off meetings and longer lifetime access tokens for agents using the application for longer periods of time.
60+
To generate a token with a custom validity, specify the desired validity period when generating the token. If no custom validity is specified, the token will be valid for 24 hours.
61+
We recommend using short lifetime tokens for one-off meetings and longer lifetime tokens for agents using the application for longer periods of time.
6262

6363
An identity needs a way to request a new access token from a server-side service. The *scope* parameter defines a nonempty set of primitives that can be used. Azure Communication Services supports the following scopes for access tokens.
6464

0 commit comments

Comments
 (0)