Property reference

sn_badge.disable_access_token

The sn_badge.disable_access_token property disables the requirement for an access token when using the BadgeReader API. This setting is primarily relevant during testing, as the access token helps prevent replay attacks in production environments.

Default: false Type: boolean Application: Badge Reader Integration

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 allows administrators to bypass the access token requirement for the BadgeReader API, facilitating easier testing and integration.
What area does it affect? Badge Reader Integration
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 configuring badge scan registration or during testing phases.

Out of the box property record

Raw metadata from the property record.

Property name sn_badge.disable_access_token
Sys ID e3433a88b3c400102d4ca72256a8dcdb
Type boolean
Application Badge Reader Integration
Default value false
Description Disable the access token requirement for the BadgeReader API. The access token has a time based component that helps to prevent replay attacks. The Access Token should not be disabled except for testing purposes.
Updated 2019-09-18 15:28:09

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... following System Properties must be configured: • sn_badge.enable_scan_registration: Disabled by default. When set to True, this property enables n_badge.badge_admins to quickly register badge reader devices by scanning a badge. • sn_badge.disable_access_token: Enabled by default. This property disables the access token requirement for the Badge Reader Integration API. Procedure 1. Navigate to All > System Properties > All Properties. 2. Search by ...