Skip to content

Commit a85639d

Browse files
Update aspnetcore/security/authentication/configure-jwt-bearer-authentication.md
Co-authored-by: Rick Anderson <[email protected]>
1 parent a8b7d1c commit a85639d

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
@@ -124,7 +124,7 @@ If any of these claims or values are incorrect, the API should return a 401 resp
124124

125125
### JWT bearer token basic validation
126126

127-
A basic implementation of the AddJwtBearer can validate just the audience and the issuer. The signature must be validated so that the token can be trusted and that it has not been tampered with.
127+
A basic implementation of the [AddJwtBearer](/dotnet/api/microsoft.extensions.dependencyinjection.jwtbearerextensions.addjwtbearer) can validate just the audience and the issuer. The signature must be validated so that the token can be trusted and that it hasn't been tampered with.
128128

129129
```csharp
130130
builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)

0 commit comments

Comments
 (0)