本文主要是介绍【转】ABP源码分析四十六:ABP ZERO中的Ldap模块,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
通过AD作为用户认证的数据源。整个管理用户认证逻辑就在LdapAuthenticationSource类中实现。
LdapSettingProvider:定义LDAP的setting和提供DefautValue。主要提供配置访问AD数据库的账号信息。
LdapSettings/ILdapSettings:通过settingManager获取LDAP settings
AbpZeroLdapModuleConfig/IAbpZeroLdapModuleConfig: 提供激活Ldap认证的配置。
LdapAuthenticationSource:通过System.DirectoryServices.AccountManagement提供的API基于AD作为用户认证的数据源完成用户的认证
AbpZeroLdapModule:完成常规的依赖注入,和本地化资源的注入
返回ABP源码分析系列文章目录
这篇关于【转】ABP源码分析四十六:ABP ZERO中的Ldap模块的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!