Property reference

glide.sg.device_encryption_enabled

The glide.sg.device_encryption_enabled property ensures that the mobile app verifies if device encryption is active. When enabled, users without encryption cannot access the instance via mobile, enhancing security for mobile logins.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property enforces device encryption checks for mobile app logins, preventing access if encryption is not enabled.
What area does it affect? Mobile application security
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when enhancing mobile security protocols or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.sg.device_encryption_enabled
Sys ID 7ba34f105b030010da168d8fa881c7e4
Type boolean
Application Global
Default value false
Description When property is set to true, mobile app will check that device encryption is enabled. If encryption is not enabled, user won't be allowed to log into current instance on mobile
Updated 2024-05-25 04:26:39

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Nougat and up. For more information on the certificate used with the third party SDK, see https://csrc.nist.gov/ projects/cryptographic-module-validation-program/certificate/3220 Mobile system properties related to compliance Enforcing FIPS 140-2 Encryption Use the glide.sg.device_encryption_enabled system property to enforce encryption and require that a device pass code is configured. This system property is automatically added and defaults to true for FedRAMP and DISA instances. For ...
Documentation excerpt View supporting context
Context preview Snippet 2
... on the local device by blurring this view when backgrounded. Enforce device encryption and passcode requirements [New in Security Center 1.3] • Description ◦(Old‎ <blank> ◦(New‎ When the Glide Property 'glide.sg.device_encryption_enabled' is set to true, the ServiceNow mobile app will check that device encryption is enabled and that device passcode is enabled. If encryption or passcode is not enabled, the user ...