Onegini Token Server API configuration

To configure the Onegini Token Server API please login to admin panel and go to System -> Token Server. Fill all the configuration fields and click Save button.

The configuration consists of the following properties:

Field name Description
Base URL Base URL of Token Server
API username Username of Token Server's client
API Password Password of Token Server's client
Base Callback URL Base URL of the callback to which Token Server is redirected after mobile authentication initialization. For mobile login, if left blank it will be resolved from request URL.

Mobile authentication transactions clean-up

Whenever mobile authentication is triggered by the Onegini IDP, so when the user logs in via Mobile Login or QR Login, a new transaction is being created and stored within the database in mobile_auth_transactions table. In some scenarios, the transaction may not be finished (for example, when the user abandons the login page) and removed from the database. By configuring a mobile authentication transactions clean-up you can create a scheduler that will remove the obsolete transactions (i.e. initiated at least 24 hours ago).

This scheduler is enabled by default and clean-up process is by default launched at every midnight.