Update limitingidentitybyscheme.md (#10925)

pull/10927/head
Rick Anderson 2019-02-13 08:50:51 -10:00 committed by GitHub
parent c1420e01d6
commit b9e9aad760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,6 +195,6 @@ public void ConfigureServices(IServiceCollection services)
}
```
As the default authorization policy is overridden, it's possible to use a simple `[Authorize]` attribute in controllers. The controller then accepts requests with JWT issued by the first or second issuer.
As the default authorization policy is overridden, it's possible to use the `[Authorize]` attribute in controllers. The controller then accepts requests with JWT issued by the first or second issuer.
::: moniker-end