LDAP

In the mobile and web applications you develop with Kuika, you can use the LDAP (Lightweight Directory Access Protocol) option to perform user authentication. LDAP provides secure login to your application by controlling the users defined in your Active Directory Windows Server.

Add LDAP as Authentication Provider

  1. Go to the App Settings Screen
    • Open the App Settings configuration screen in the Configuration Manager module.
    • Switch to the Authentication & Authorization tab.
  2. Add New Authentication Provider
    • Click the drop-down menu opposite the Authentication Provider.
    • Select ADD NEW in the drop-down menu.
  3. Set LDAP Provider
  • In the Authentication Provider Setting modal screen that opens, select LDAP as the authentication provider type.
  1. Enter LDAP Information
    • Name: Give the configuration a name.
    • IP Address: Enter the IP address of the Active Directory Server.
    • Username and Password: Enter a username and password with the admin role in Active Directory.
  2. Saving
  • After filling in all the information, click the CREATE button.
  • Thanks to LDAP integration, the credentials of users who want to log in to your application are verified through Active Directory Server.
  • You can create a secure authentication mechanism by centralizing Active Directory user management.
  • The Username and Password you enter will be used to connect to the LDAP server and execute the user authentication process.

After completing these steps, your application will be successfully integrated into the LDAP authentication system.