Module kanidmd_lib::idm
source · Expand description
The Identity Management components that are layered on top of the QueryServer. These allow rich and expressive events and transformations that are lowered into the correct/relevant actions in the QueryServer. Generally this is where “Identity Management” policy and code is implemented.
Modules
- This module contains the logic to conduct an authentication of an account. Generally this has to process an authentication attempt, and validate each factor to assert that the user is legitimate. This also contains some support code for asynchronous task execution.
- LDAP specific operations handling components. This is where LDAP operations are sent to for processing.
- Oauth2 resource server configurations