Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

By default, the text used in the authentication method selection menu is set in the authentication methods Title field of Ubisecure SSO Management. By default, the same text is used for all languages. To set the name of the authentication method for each locale, add the value of the Name field as a tag to the custom/messages/uas_<locale>.properties and/or custom/messages/uas.properties files. Set the text to be displayed as this tag's value. The format of the tag is always similar to the examples given in the listings below, i.e., starting with METHOD_, ending with _TITLE and written in all caps.


Code Block
languagetext
themeRDark
titleLocalizing authentication method menu text
#
# custom/messages/uas_fi.properties
#

METHOD_PASSWORD.1_TITLE = Käyttäjätunnus ja salasana
METHOD_UBIKEY.OTP.1_TITLE = Kertakäyttösalasanalista
METHOD_TUPAS.NORDEA.1_TITLE = Nordea Pankki


Code Block
languagetextthemeRDark
titleLocalizing authentication method menu text
#
# custom/messages/uas_en.properties
#

METHOD_PASSWORD.1_TITLE = One Time Password List
METHOD_UBIKEY.OTP.1_TITLE = Username and Password
METHOD_TUPAS.NORDEA.1_TITLE = Nordea Bank

...