boekhocg

boekhocg

  • NA
  • 1
  • 0

Authentication architecture/design

Dec 7 2004 3:47 PM
Hi, I need to design an authentication module that can authenticate users against differenent 3rd party components such ass passport, oblix, active directory, etc. I'm thinking of extending GenericPrincipal and GenericIdentity, and have each authentication method as a seperate module wich extends a base authentication module that includes an interface. Does anyone have any good links, implementation, opinions on how do do this? Thanks,