From 1f07092117ee95d1ef6f7815a7832d8d2add09a0 Mon Sep 17 00:00:00 2001 From: jeffdahlcorpay <124300623+jeffdahlcorpay@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:41:29 -0700 Subject: [PATCH] Update jwt.md --- IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md b/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md index 9dea6916..cec0aa59 100644 --- a/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md +++ b/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md @@ -13,7 +13,7 @@ First you need add a reference to the authentication handler to your API project ``` -If all you care about, is making sure that an access token comes from your trusted IdentityServer, the following snippet shows the typical JWT validation configuration for ASP.NET Core: +If all you care about is making sure that an access token comes from your trusted IdentityServer, the following snippet shows the typical JWT validation configuration for ASP.NET Core: ```cs public class Startup