Back

Introduction to Logon Services


Authentication is usually handled by a Logon Service. This allows Credentials, Roles and Authorizations to be added to a user's session for later use by the application.

A Logon Service contains Fields, Tables and Resources. These can be employed to retrieve information about a user for verifying their authentication and for populating Credentials, Roles and Authorizations.

Fields are used by the Logon Service to store authentication parameters and to determine whether a logon has been successful. Additionally, Logon Services contain Tables that are used to populate the Credentials, Roles and Authorizations stored in the user's session.

When using a Logon Service, two Events are utilised:

  • Integration, run when a logon call is initiated
  • On Error, run when an error occurs during the execution of an Integration script

The Integration Event is used to handle the logon request and is responsible for setting up the Credentials, Roles and Authorizations. 

To create a Logon Service, right-click in the Entity panel and select New > System Service > Logon Service.

Each Logon Service must be paired with a Logon Service Resource. When you create a Logon Service, a corresponding Logon Service Resource is created automatically.

For more information about the Logon Service see the documentation.