Skip to content

Commit 8689c0d

Browse files
Update src/content/docs/identityserver/fundamentals/openid-connect-events.md
Co-authored-by: Maarten Balliauw <[email protected]>
1 parent c26ec93 commit 8689c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/identityserver/fundamentals/openid-connect-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dotnet package add Microsoft.AspNetCore.Authentication.OpenIdConnect
2222
Followed by adding the `OpenIdConnectHandler` to your application.
2323

2424
```csharp
25+
// Program.cs
2526
builder.Services.AddAuthentication(options =>
2627
{
2728
options.DefaultScheme = "cookie";

0 commit comments

Comments
 (0)