
implementation("io.ktor:ktor-server-auth-ldap:3.3.2")Enables authentication against LDAP servers using basic, digest, or form-based schemes. Integrates with existing authentication providers to validate user credentials. Supports protecting specific resources and retrieving authenticated user information. Current implementation is synchronous.