Property reference

glide.oauth.enable.jwt.requester_id

The glide.oauth.enable.jwt.requester_id property enables the verification of the requester ID during token generation. Admins should care about this setting to ensure proper authentication and security when using JWTs in their applications.

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 determines whether the requester ID is considered when generating JWT tokens, affecting the security of token-based authentication.
What area does it affect? JWT Token Generation
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 or troubleshooting JWT authentication settings.

Out of the box property record

Raw metadata from the property record.

Property name glide.oauth.enable.jwt.requester_id
Sys ID 6704e2e69f1022103df78440ba0a1c58
Type boolean
Application Global
Default value true
Description This property will enable the check for requester id. A true will consider the requester id while generating the token while false value will not
Updated 2025-03-21 02:56:38