From version 6.5.5 onwards customisation of the authentication method names for both the administrators console and the Single Sign-On Console are performed by editing the properties of a single file.

Authentication Method customisations are made by editing a file found in a subfolder of the DualShield installation directory as follows;

Portals CustomisedSubfolderFile

DualShield Administrators Console (DAC)

Single Sign-On (SSO)

\tomcat\dualapp\das5\WEB-INF\grails-app\i18nmessages.properties

To customise authentication method names you will need to examine the contents of this file and replace the existing prompts entered against the parameter for the specific authentication method that you want to customise (see table below for examples):

Method NameParameter
One-Time Passwordmethod.otp
On-Demand Passwordmethod.odp
Grid Cardmethod.grid.card
Computer Fingerprintmethod.computer.fingerprint
Computer DeviceIDmethod.computer.deviceid
Static Passwordmethod.static.pass
Emergency Codemethod.ecode
Question and Answermethod.qna

Example

As an example to replace the default names for the authentication methods "One-Time Password" and "On-Demand Password" you would edit the following parameters in the sub-folder "\tomcat\dualapp\das5\WEB-INF\grails-app\i18n";

After replacing these parameters and saving the file the customisation will cause the management console to replace the text when authentication methods are listed in the management console.

After applying the above changes for the properties of the parameters "On-Demand Password" and "One-Time Password", the authentications are now displayed in the management console as follows;

If we now log in to a protected application we will now see the above changes have also customised we can see that the names of the authentication methods displayed during authentication have also been customised;

It is worth pointing out that customisations made using this technique may be undone with future update of the authentication server software so it is advisable both to make backups of the affected files prior to any customisations, and to make notes on what customisations were made (so they can be re-implemented on updated versions if necessary).

  • No labels