Skip to content

Commit 85ecdc7

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

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
@@ -235,7 +235,7 @@ services.AddAuthentication(options =>
235235
```
236236
### Forcing the bearer authentication
237237

238-
The **SetFallbackPolicy** can be used to require authentication if no policy is defined.
238+
[SetFallbackPolicy](/dotnet/api/microsoft.aspnetcore.authorization.authorizationoptions.fallbackpolicy) can be used to require authentication if no policy is defined.
239239

240240
```csharp
241241
var requireAuthPolicy = new AuthorizationPolicyBuilder()

0 commit comments

Comments
 (0)