Skip to content

Commit 597ed9d

Browse files
wcabusmaartenba
andauthored
Apply suggestions from code review
Co-authored-by: Maarten Balliauw <[email protected]>
1 parent 502f53a commit 597ed9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/identityserver/samples/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Key takeaways:
128128
:::note
129129
This sample is only relevant if you're using .NET 8 or lower.
130130

131-
[.NET 9 has support for PAR built-in][ms-learn-par], and the ASP.NET OIDC authentication handler will automatically use
131+
[.NET 9 has support for PAR built-in][ms-learn-par], and the ASP.NET Core OIDC authentication handler will automatically use
132132
PAR when the authority supports it, based on the discovery metadata.
133133
:::
134134

src/content/docs/identityserver/tokens/par.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ authorization code which the client subsequently exchanges for tokens.
6060

6161
If you're building an ASP.NET Core application using .NET 9 or higher, using PAR is very straightforward:
6262

63-
```cs {13-15}
63+
```csharp {13-15}
6464
// Program.cs
6565
builder.Services
6666
.AddAuthentication(options =>

0 commit comments

Comments
 (0)