YAFLogo

Posted by: Naresh Kumar Sah - Tuesday, 20 February 2024 10:36:33
Hi All, I'm looking to integrate LDAP (Active Directory) authentication into our YAF.NET Version 3.2.2 forum. Our goal is to enable our Active Directory users to log in with a single ID across our system. Could you please suggest the best approach for achieving this integration? Any advice or guidance on the steps involved would be greatly appreciated. Thank you in advance for your help!

Posted by: tha_watcha - Wednesday, 21 February 2024 07:57:50
I cant help much. I dont use LDAP and i dont have the option to test it. YAF uses ASP.NET Identity. So technically you only need to override the UserStore and RoleStore which handles the user login and role management.

Posted by: Zero2Cool - Wednesday, 21 February 2024 14:55:27
[quote=Naresh Kumar Sah;74002]Hi All, I'm looking to integrate LDAP (Active Directory) authentication into our YAF.NET Version 3.2.2 forum. Our goal is to enable our Active Directory users to log in with a single ID across our system. Could you please suggest the best approach for achieving this integration? Any advice or guidance on the steps involved would be greatly appreciated. Thank you in advance for your help![/quote] If it were me. I would authenticate against Active Directory, but leverage authorization through ASP.NET Identity. I've done this before with previous employers. Do you know how to authenticate against Active Directory?