Skip to content

Add documentation for OIDC events in ASP.NET Core#706

Merged
khalidabuhakmeh merged 3 commits into
mainfrom
openid-connect-events
May 5, 2025
Merged

Add documentation for OIDC events in ASP.NET Core#706
khalidabuhakmeh merged 3 commits into
mainfrom
openid-connect-events

Conversation

@khalidabuhakmeh
Copy link
Copy Markdown
Contributor

Summary of Changes

  • Added new documentation describing OpenID Connect (OIDC) handler events in ASP.NET Core.
  • Includes details about event triggers, common use cases, setup guidance, and customization examples.

#705

Introduced new documentation explaining OpenID Connect handler events in ASP.NET Core. Includes details on event triggers, common use cases, setup instructions, and customization examples to aid developers.

#705
@khalidabuhakmeh khalidabuhakmeh requested a review from maartenba May 1, 2025 15:36
@khalidabuhakmeh khalidabuhakmeh self-assigned this May 1, 2025
@khalidabuhakmeh khalidabuhakmeh added documentation Improvements or additions to documentation enhancement New feature or request labels May 1, 2025
Copy link
Copy Markdown
Member

@maartenba maartenba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going with "request changes" to discuss a bit further.

  1. These events are really callbacks. Should we name them as such, or is this in line with MS docs?
  2. Does this need a diagram to show in the OIDC flow where/when these callbacks are made?

Comment on lines +24 to +25
```csharp
builder.Services.AddAuthentication(options =>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```csharp
builder.Services.AddAuthentication(options =>
```csharp
// Program.cs
builder.Services.AddAuthentication(options =>

Comment thread src/content/docs/identityserver/fundamentals/openid-connect-events.md Outdated
khalidabuhakmeh and others added 2 commits May 2, 2025 14:45
…ents.md

Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
…ents.md

Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
@maartenba
Copy link
Copy Markdown
Member

On second review, this looks goo to merge imo. Thanks @khalidabuhakmeh !

@khalidabuhakmeh khalidabuhakmeh merged commit e8b5cb7 into main May 5, 2025
5 of 6 checks passed
@khalidabuhakmeh khalidabuhakmeh deleted the openid-connect-events branch May 5, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants