New in IdentityServer4: Events

Well – not really new – but redesigned.

IdentityServer4 has two diagnostics facilities – logging and events. While logging is more like low level “printf” style – events represent higher level information about certain logical operations in IdentityServer (think Windows security event log).

Events are structured data and include event IDs, success/failure information activity IDs, IP addresses, categories and event specific details. This makes it easy to query and analyze them and extract useful information that can be used for further processing.

Events work great with event stores like ELK, Seq or Splunk.

Screenshot 2017-03-30 18.31.06.png

Find more details in our docs.

This entry was posted in ASP.NET Core, IdentityServer, OAuth, OpenID Connect, Uncategorized, WebAPI. Bookmark the permalink.

3 Responses to New in IdentityServer4: Events

  1. Andy says:

    Excellent. Keep up the good work guys :-)

  2. Kappas says:

    Very nicely re-designed events! Good job

  3. Jenan says:

    Great work, nice idea for a quick start, I appreciate it. :) Thx

Leave a comment