LDAP, the Lightweight Directory Access Protocol, is a mature, flexible and well supported standards-based mechanism for interacting with directory servers. It is often used for authentication and storing information about users, groups and applications, but is a fairly general-purpose data store and can be used in a wide variety of applications.
The data is stored in an hierarchical structure, and active directory searches are done according to this hierarchy.
When integrated with LDAP, the login steps for the end user are similar to the steps when authentication is managed by Fabric:
User attempts to access a Fabric app (1 in the diagram below). One of two results follow:
If the user already has an existing Fabric session (2), he is allowed access and can carry out actions according to permissions granted to him by Fabric and its apps.
ELSE
If the user does not have an active session (3), Fabric displays the login page, where the user should enter his credentials - user/password. The following steps are then carried out:
Below is the logical flow, illustrating these steps:
For more information and guidelines about setting up Fabric with LDAP, refer to the examples for Azure AD LDAP and Azure AD LDAPS. For more information about SAML configuration in Fabric, please see here.
LDAP, the Lightweight Directory Access Protocol, is a mature, flexible and well supported standards-based mechanism for interacting with directory servers. It is often used for authentication and storing information about users, groups and applications, but is a fairly general-purpose data store and can be used in a wide variety of applications.
The data is stored in an hierarchical structure, and active directory searches are done according to this hierarchy.
When integrated with LDAP, the login steps for the end user are similar to the steps when authentication is managed by Fabric:
User attempts to access a Fabric app (1 in the diagram below). One of two results follow:
If the user already has an existing Fabric session (2), he is allowed access and can carry out actions according to permissions granted to him by Fabric and its apps.
ELSE
If the user does not have an active session (3), Fabric displays the login page, where the user should enter his credentials - user/password. The following steps are then carried out:
Below is the logical flow, illustrating these steps:
For more information and guidelines about setting up Fabric with LDAP, refer to the examples for Azure AD LDAP and Azure AD LDAPS. For more information about SAML configuration in Fabric, please see here.