In the applications you develop with Kuika, you can use the default Kuika Auth authentication method or customize the authentication process by selecting another Authentication Provider.
Authentication Provider Selection
After completing the information, click the CREATE button to save your selection.
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
After completing these steps, your application will be successfully integrated into the LDAP authentication system.
OAuth 2.0 (Open Authorization 2.0) is an authorization protocol that allows users to securely grant access to an application or service without sharing credentials. A common authentication method for web-based and mobile applications, OAuth 2.0 allows your application to manage users' access to specific resources.
OAuth 2.0 Components
OAuth 2.0 Usage
You can add an OAuth 2.0 authentication provider in the applications you develop with Kuika by following the steps below.
Adding OAuth 2.0 Authentication Provider
Making OAuth 2.0 Settings
After completing the necessary information, click the CREATE button.
Generic Auth (REST) is a REST API based authentication system used to manage authentication of users in applications. This structure allows an application to receive an Access Token via a specific REST API and perform the authentication process.
You can easily add a Generic Auth (REST) authentication provider in the applications you develop with Kuika with the following steps.
Adding Generic Auth (REST) Provider
Making Token Settings
Refresh Token Settings
Making Response Settings
Create the Provider
After filling in the required information, you can create your Generic Auth (REST) authentication provider by clicking the CREATE button.
This guide explains in detail the steps to add an Authentication Provider using MSAL on the Kuika Low-Code platform. MSAL is a powerful tool used to configure Microsoft authentication processes and provide secure access to your applications.
Fill in the MSAL Setting Modal:
Saving:
You can now use MSAL in your application to perform secure authentication and access authorized resources.
Field Definitions