Custom Authentication Provider allows you to create customized authentication systems.
Select the C# data source, enter a name.
Select the Custom Authentication Provider method.
Click the CREATE button.
The Custom Authentication class implements the Custom Authentication interface and defines the authentication functions. The following methods are readily available for users:
Login Method: Allows users to log in. There are two different versions:
Login with username and password.
Login with username, an external token and a refresh token.
The user's login must be authenticated. This can be done via REST API or a custom database.
Refresh Token Method: Used to refresh an expired token.
Find Manager Method: Used to find the manager of a user. It is frequently used in Process Automation.
Logout Method: Allows the user to log out of the system. This method has no return value.
In Custom Authentication Provider, fields that do not contain a return null value are valid.
In Kuika, fields containing return null are invalid. Therefore, when the null is returned, the values in Kuika are valid.