Skip to content

Commit 3b7b3df

Browse files
fix markdown (#34608)
1 parent cee85cb commit 3b7b3df

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
@@ -125,7 +125,7 @@ JWT bearer tokens should be fully validated in an API. The following should be v
125125
* Audience claim with the expected value.
126126
* Token expiration.
127127

128-
The following claims are required for OAuth 2.0 access tokens: `iss`, `exp`, `aud`, `sub`, `client_id`, `iat, and `jti`.
128+
The following claims are required for OAuth 2.0 access tokens: `iss`, `exp`, `aud`, `sub`, `client_id`, `iat`, and `jti`.
129129

130130
If any of these claims or values are incorrect, the API should return a 401 response.
131131

0 commit comments

Comments
 (0)