Table of Contents

Namespace adas_core.LdapLogin

Classes

LdapLoginService

Implementation of ILoginService that authenticates users against an LDAP server. It retrieves user information and authorities based on the LDAP entry and maps them to the application's user model. The service also handles the creation of new users in the application if they do not already exist, based on the LDAP information. It uses configuration settings for connecting to the LDAP server and for mapping LDAP attributes to user properties and authorities.

Interfaces

IModule

Defines a module for configuring services related to LDAP login functionality.