Skip to content

Commit 42c465a

Browse files
authored
fix: #34596 typo (#34597)
1 parent bdd5ca5 commit 42c465a

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
@@ -223,7 +223,7 @@ Asymmetric keys should **always** be used when creating access tokens. The publi
223223

224224
### Never create an access token from a username/password request
225225

226-
You should **NOT** create an access token from a username/password request. Username/password requests aren't authenticated and are vunerable to impersonation and phishing attacks. Access tokens should only be created using an OpenID Connect flow or an OAuth standard flow. Deviating from these standards can result in an insecure app.
226+
You should **NOT** create an access token from a username/password request. Username/password requests aren't authenticated and are vulnerable to impersonation and phishing attacks. Access tokens should only be created using an OpenID Connect flow or an OAuth standard flow. Deviating from these standards can result in an insecure app.
227227

228228
### Use cookies
229229

0 commit comments

Comments
 (0)