Barcode

For a device configured to reauthenticate by barcode, the user will be prompted to scan a barcode after logging into the Auth module. Scanning the barcode will associate it with the session.

When the user locks the device screen and wakes it again, they can scan the same barcode to successfully verify their identity and access their applications in the logged-in state. If a different barcode is scanned, the barcode icon will turn red, and the user will receive an error message that that session cannot be verfied by the barcode data and will be able to try again.

Configuration

The following key-value pair can be set within the settings object of the Launcher configuration JSON file.

Settings for NFC:

FieldData TypeDescription

useSecondaryAuth

string

(See description above.) Assign the value "barcode".

Last updated