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

...

CustomerID installs and pre-configures SMS authentication. Separate installation is not required. Check CustomerID Configuration Manual – SMS section how to enable it. 

...

SMS methods are configured in Ubisecure SSO Server in a similar way to other authentication methods. Authentication Methods

To configure the SMS method in Ubisecure SSO:

  1. Open the Ubisecure Management application.
  2. Select Global Method Settings and click the New Method... button.
  3. Add New Method window opens.
    Give the method a title (external name visible to end users) and name (name for internal use).
    Set the title to SMS
    Set the name to ubikey.sms.1
    Set the method type to SPI Mobile Phone. The Method Class is automatically selected.
    A directory must be selected, from which contains the user's password and registered telephone number. Select the Directory from the drop down list.
    Press OK.

    Expand
    titleShow image


    Figure 1. Adding a new SMS method to Ubisecure SSO



  4. In the Main page of the new method, select the Enabled checkbox to activate the new method.
  5. Add the following lines to the Configuration String field:

    Code Block
    languagetext
    policy.password.encoding={SSHA}
    policy.password.protocol=UbiloginDirectory
    password-name=password.1
    directory.schema=UbiloginDirectory

    In this example password.1 will be used as the source for username, password and mobile phone number.


  6. Click SPI Mobile Phone tab. Enter the URL of the SMS service.The variable {mobile} will be replaced with the users mobile number from the user directory.

    The variable {challenge} will be replaced with the text to be displayed on the mobile phone.

    Example: http://sms-service-.com/sms/sendsms?to={mobile}&content={challenge}

    Click Update.

    Note

    NOTE: Be sure that the configured HTTP server in URL parameter answers as HTTP status code 200 (The request has succeeded). All other response codes will be interpreted as a failure situation and the SMS authentication will not succeed. Configurable error will be shown to the user.


    Figure 2. Defining the SMS Gateway URL for sending an SMS


    Note

    NOTE: This http address must be reachable from this and any other configured nodes.


  7. Configure UI Text and SMS text

    The variable {challenge} will be replaced with the text to be displayed on the mobile phone. The message used can be set using the tag SMS_TEXT in the localization files, for example uas.properties. Please refer to the the SSO Login UI Customization Guide.

    Code Block
    languagetextthemeRDark
    titleCustomizing and localizing message text
    SMS_TEXT = Your one time password is {0}

    Configure remaining UI text and to match system, branding and language requirements.

  8. The method is now installed. Complete the configuration and access control.

...

After installing and configuring the SMS authentication method for the Ubisecure Server, use Ubisecure Management to configure the authentication method for a user and an application. The SMS method must be enabled at the system, site, application and user levels. For detailed instructions for configuring authentication methods, please refer to the page Ubisecure page SSO Management.

Logging In First Time with the Ubisecure SMS Authentication Method

...