Tutorial: Using Java or .NET for custom user authentication

MobiLink synchronization scripts can be written in SQL, Java, or .NET. You can use Java or .NET to add custom actions at any point of a synchronization.

In this tutorial, you add a Java or .NET method for the authenticate_user connection event. The authenticate_user event allows you to specify a custom authentication scheme and override the MobiLink built-in client authentication.

 Required software
 Competencies and experience
 Overview
 Goals
 See also

Lesson 1: Creating a Java or .NET class for custom authentication (server-side)
Lesson 2: Registering your Java or .NET scripts for the authenticate_user event
Lesson 3: Starting the MobiLink server
Lesson 4: Testing the authentication
Cleaning up