Convert link to xref style

pull/4542/head
Scott Addie 2017-10-11 14:04:07 -05:00
parent e0bf5eb48b
commit 6625b36aff
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ In this case, only the middleware with the "Bearer" scheme runs. Any cookie-base
## Selecting the scheme with policies
If you prefer to specify the desired schemes in [policy](policies.md#security-authorization-policies-based), you can set the `AuthenticationSchemes` collection when adding your policy:
If you prefer to specify the desired schemes in [policy](xref:security/authorization/policies#security-authorization-policies-based), you can set the `AuthenticationSchemes` collection when adding your policy:
```csharp
services.AddAuthorization(options =>