Property reference

glide.sg.reauthentication.single_use_token

The glide.sg.reauthentication.single_use_token property revokes the reauthentication token after its first use. This ensures enhanced security by preventing reuse of tokens, which is crucial for protecting sensitive operations.

Default: true 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, when enabled, ensures that reauthentication tokens are single-use, enhancing security by preventing token reuse.
What area does it affect? Authentication and Security
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings or addressing authentication concerns.

Out of the box property record

Raw metadata from the property record.

Property name glide.sg.reauthentication.single_use_token
Sys ID 8ef2f4f117032010f2b43b9fadb959b0
Type boolean
Application Global
Default value true
Description When true, causes the reauthentication token to be revoked after first use.
Updated 2024-05-25 04:26:20

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... product names, and logos may be trademarks of the respective companies with which they are associated. 168 Procedure 1. Type sys_properties.list in the filter navigator. 2. Open the record for glide.sg.reauthentication.single_use_token. 3. In the form, match the following values: Field Description Name glide.sg.reauthentication.single_use_token Type true | false Value true - Required to re-authenticate before every action. (Default value) false - Able ...