Authentication architecture/design
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,
Replies
Know the answer? Post it — somebody with the same question will find it here.