LDAP

Last modified: 11 May 2022

Required dependencies: io.ktor:ktor-auth, io.ktor:ktor-auth-ldap

Code example: auth-ldap

LDAP is a protocol for working with various directory services that can store information about users. Ktor allows you to authenticate LDAP users using the basic, digest, or form-based authentications schemes.