Skip to content

Adds an Eventlog Attribute Store to AD FS to allow recording authentications into the Windows Eventlog

Notifications You must be signed in to change notification settings

dscoduc/EventlogStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EventlogStore

Adds an Eventlog Attribute Store to AD FS to allow recording authentications into the Windows Eventlog

Installation:

  1. Copy EventlogStore.dll into C:\Windows\ADFS folder
  2. Create new Eventlog Source entry (eventcreate /ID 1 /L APPLICATION /T INFORMATION /SO "AD FS RP Authentication" /D "Server Install")
  3. Add new Custom Attribute Store in the AD FS Management Console | Trust Relationships | Attribute Stores
    • Display name: EventLogStore
    • Custom attribute store class name: EventlogStore.Eventlog,EventlogStore
  4. Add new Custom Claim Rule on each Relying Party to be recorded into the Windows Eventlog

Reference: https://learn.microsoft.com/en-us/archive/blogs/cloudpfe/how-to-create-a-custom-attribute-store-for-active-directory-federation-services-3-0

About

Adds an Eventlog Attribute Store to AD FS to allow recording authentications into the Windows Eventlog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages