From b9e9aad760dd110bdba63fd736cdfae85f763d61 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 13 Feb 2019 08:50:51 -1000 Subject: [PATCH] Update limitingidentitybyscheme.md (#10925) --- aspnetcore/security/authorization/limitingidentitybyscheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authorization/limitingidentitybyscheme.md b/aspnetcore/security/authorization/limitingidentitybyscheme.md index 5d96590542..e0356aff45 100644 --- a/aspnetcore/security/authorization/limitingidentitybyscheme.md +++ b/aspnetcore/security/authorization/limitingidentitybyscheme.md @@ -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