Token Authentication in Mongoose Applications

One option to increase security and control access to your system is to use a token-based authentication service in tandem with the normal Mongoose login credentials. With this type of system, users must enter not only their user IDs and passwords, but also a second password, or passcode, obtained from a hardware or software "token".

To use a token-based authentication service in a Mongoose application, you must:

Configuring the application in the Configuration Manager

To configure an application to use token-based authentication:

  1. Open the Configuration Manager.
  2. Select the Application tab.
  3. From the list of available applications, select the application you want to configure.
  4. Click Edit.
  5. In the Edit Application dialog box, select the Advanced tab.
  6. Select the Token Authentication option.
  7. In the Service URL field provide the complete URL, in HTTP or HTTPS format, for the token authentication service.
  8. (Optional but recommended) Click Validate Service to verify that the Mongoose system can make contact with the authentication service.

Setting the user passcode mapping

For users who will be required to use the token authentication service, you might need to provide a passcode mapping as part of the user profile: If the user's Mongoose user ID is the same as the RSA user ID for that user, then you need not provide passcode mapping; the system uses the Mongoose user ID. However, if the Mongoose user ID is different from the RSA user ID, then you must set the passcode mapping for that user.

To set the passcode mapping for a user:

  1. Open the Users form and select the user.
  2. Select the Login Information tab.
  3. In the Token Authentication Support, Passcode Mapping field, specify the RSA user ID.
  4. Save and close the Users form.

Letting users know how to sign in with token authentication

After you have configured the Mongoose system to use token authentication, you should let your users know:


Related Topics

Sign In Dialog Box

Assigning User IDs and Passwords

Users form