Skip to content

Commit

Permalink
Merge pull request #335 from jeffdahlcorpay/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock authored Sep 13, 2023
2 parents 8c8b05f + 1f07092 commit 17d0102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ First you need add a reference to the authentication handler to your API project
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
```

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
Expand Down

0 comments on commit 17d0102

Please sign in to comment.