Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The message bundle files contain message key and value pairs. Messages are divided into two groups. Error messages are in the errors-group and other normal UI and help messages are in the uas-group.

Ubisecure SSO Server comes preconfigured with default texts for all supplied authentication methods. To override the default uas, or errors messages, add an entry named uas, or errors to message.index.

Support for other languages can be added by adding entries named as uas_<language_code> or errors_<language_code>. The language codes have to be lowercase two letter ISO-689 codes.

For the keys in the uas-group it is possible to define authentication method specific values. After an authentication method is selected a bundle with the methods name is used as a first priority. The language code can be optionally appended also to these authentication method specific message files.


  • No labels