0
Answer

Authentication architecture/design

boekhocg

boekhocg

20y
1.9k
1
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,