Update limitingidentitybyscheme.md (#10925)
parent
c1420e01d6
commit
b9e9aad760
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue