Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

LDAP Authentication

Lightweight Directory Access Protocol (LDAP) systems, Microsoft's Active Directory system for example, provide repositories of user information that InterSystems IRIS can search and retrieve.

Here is the process when an LDAP user attempts to authenticate to InterSystems IRIS:

  1. User supplies a user name and password to InterSystems IRIS.

  2. InterSystems IRIS passes the user name and password to the LDAP server for authentication.

  3. If the user successfully authenticates with the LDAP server:

    1. The LDAP server sends the user attributes to InterSystems IRIS, for example, default namespace and user roles.

    2. The system creates or updates the user account information in InterSystems IRIS.

Arrows showing flow of credentials to InterSystems IRIS and LDAP server. User info goes from LDAP server back to IRIS

Note:

For details on LDAP authentication, see the LDAP Guide.

FeedbackOpens in a new tab