PIN timeout

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:6分
  • Configure the PINIdleTimeout property to define the PIN timeout for different ServiceNow mobile apps. You can use this property to enhance security by controlling how long users are allowed to remain inactive before being required to reenter their PIN.

    始める前に

    Role required: admin

    このタスクについて

    The PINIdleTimeout property lets you set different inactivity timeouts according to mobile app type. The property provides the option that higher-security apps like the Mobile Agent app can lock sooner, while lower-risk apps, like the Now Mobile app, can give users more time before reprompting to log in.
    注:
    If this property isn't defined, the default PIN timeout is 300 seconds.

    手順

    1. Navigate to All > sys_sg_properties.list.
      The Mobile Properties list appears.
    2. In the Mobile Properties list, select New.
      The Mobile Properties form appears.
    3. On the form, fill in the fields as required.
      Name Name of the mobile property record. Enter PINIdleTimeout to make this feature configurable.

      The PINIdleTimeout property is turned off by default and you must create it on your instance to configure it. It isn't visible on the instance until you create it

      Application

      Application scope where the mobile property is applied. To select a different application scope, select the globe icon (globe image) on the instance banner. Then select Application scope: application_scope.

      For information about how mobile properties are affected by application scope, see Mobile properties.

      Description Description of the mobile property. Enter a description of the property. For example, Configure length of time mobile app is opened before login is required.
      Type Data type of the mobile property record. For this property, select Integer.
      Value Enter the value in seconds for how long the mobile app remains open before the app times out and login is required again. Consider the following:
      • Default value is 300 seconds
      • The value range is from 30 through 900 seconds
      • If the entered value is below 30 or above 900 seconds, the system uses the default value of 300 seconds.
      • The timeout mechanism keeps counting even when the app is minimized or closed.
      Active Whether the mobile property is activated. If the check box is cleared, the mobile property isn't activated for use.
      Is Public

      Determines whether the pre_auth property is included in the API response.

      By default, this option isn't selected. If you want this property included in the /pre_auth API response, select this check box. For more information, see Adaptive authentication events.

      Mobile properties with this check box enabled are excluded from the /user_client API response.

      Mobile App Config

      Mobile app configuration for which you want to use the mobile property. This setting limits the mobile property behavior to users who have access to this mobile app configuration. Other users don't have access to this mobile property and instead experience default behavior.

      To enter a value, either start entering the application name or select the search icon (magnifying glass image). The search dialog box lists the configurations from which you can choose.

      Mobile Application

      Mobile application to which you want to send the mobile property. This setting limits the mobile property behavior to users who have access to this mobile app. Other users don't have access to this mobile property and instead experience default behavior.

      To enter a value, either start to type the application name or select the search icon (magnifying glass image). The search dialog box lists the applications from which you can choose.

    4. Enter PINIdleTimeout in the Name field.
    5. Select Integer in the Type field.
    6. In the Value field, select between 30-900 seconds to define the length of time the app remains open before the user is required to log in again.
    7. Select Submit.

    次のタスク

    After updating this property, the end user must refresh the app to get the latest feature configurations.