Skip to content

Commit 651175d

Browse files
committed
typo
1 parent dadfdf8 commit 651175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are two types of access tokens: **bearer tokens** and **sender-constrained
5959

6060
### ID tokens
6161

62-
ID tokens are security tokens that confirm a user’s successful authentication. They allow the client to verify the user’s identity. The authorization server issues ID tokens containing claims with user information. ID tokens are always in JWT (JSON Web Token) format.
62+
ID tokens are security tokens that confirm a user’s successful authentication. The tokens allow the client to verify the user’s identity. The authorization server issues ID tokens containing claims with user information. ID tokens are always in JWT (JSON Web Token) format.
6363

6464
ID tokens should never be used to access APIs.
6565

0 commit comments

Comments
 (0)