Unique Login

Unique Login is a Launcher feature that ensures that a user can be logged into one device at a time.

Overview

Unique Login is a Launcher feature that lets users log in to one device at a time. If the user successfully logs in to a second device, Launcher will force the original device to log out. This feature provides users with a unique log-in and unique log-out experience across all corporate-owned shared-user devices.

Feature Configuration

To set up the Unique Login feature for a particular device profile or device group, please follow the steps below:

Enabling Unique Login using API Key

If enforceUniqueLogin is set to true, then the Unique Login feature will be enabled in the Launcher. If the organization uses an API key, it must be included in the configuration to enforce the feature.

{
    ...
    "uniqueLogin": {
        "enforceUniqueLogin": true,
        "apiKey": "--- organization api key ---"
    }
    ...

}

Enabling Unique Login using Key Management

If the organization is using the Key Management feature, the API key field can be left blank. Set the value enforceUniqueLogin to true to enable the Unique Login feature.

{
    ...
    "uniqueLogin": {
        "enforceUniqueLogin": true
    }
    ...

}

Unique Login was introduced in Launcher 3.18.10.

Last updated