File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/content/docs/identityserver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Key takeaways:
128
128
::: note
129
129
This sample is only relevant if you're using .NET 8 or lower.
130
130
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
132
132
PAR when the authority supports it, based on the discovery metadata.
133
133
:::
134
134
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ authorization code which the client subsequently exchanges for tokens.
60
60
61
61
If you're building an ASP.NET Core application using .NET 9 or higher, using PAR is very straightforward:
62
62
63
- ``` cs {13-15}
63
+ ``` csharp {13-15}
64
64
// Program.cs
65
65
builder .Services
66
66
.AddAuthentication (options =>
You can’t perform that action at this time.
0 commit comments