Skip to content

Commit 445a6e2

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

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
@@ -246,7 +246,7 @@ builder.Services.AddAuthorizationBuilder()
246246
.SetFallbackPolicy(requireAuthPolicy);
247247
```
248248

249-
The **Authorize** attribute can also be used to force the authentication. If multiple schemes are used, the bearer scheme needs to be set.
249+
The [Authorize](/dotnet/api/microsoft.aspnetcore.authorization.authorizeattribute) attribute can also be used to force the authentication. If multiple schemes are used, the bearer scheme needs to be set.
250250

251251
```csharp
252252
[Authorize]

0 commit comments

Comments
 (0)