Integration with AD

Active Directory Integration

Active Directory is a directory service developed by Microsoft for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services

Prerequisite:

  1. Setup Active Directory Group for the InnowayIT users with their login name and password

  2. Login as Admin

  3. Navigate to Admin > System Parameter and Setup the active directory information:

    1. adDomainIp = ldap://1.1.1.1

    2. adBaseDn = DC=ad,DC=yourADdomain,DC=com

    3. adDomainName = ad.yourADdomain.com

Front end Changes

  1. Login as admin user with email and database password

  2. Navigate to Admin > User and update the login name of the users. At least admin user login name must be updated

  3. Navigate to Admin > Authentication setup and change

    1. authentication mode to "AD",

    2. authentication field to "loginName",

    3. caption authentication field to "Login Name" and

    4. Save

  4. Logout

Test

  1. Refresh the Application

  2. Login with Login Name and Password

  3. User should login with the AD credentials

Last updated