Property reference

glide.oauth.pkce.external.code_verifier_size

The glide.oauth.pkce.external.code_verifier_size property sets the size of the code verifier for OAuth PKCE with external providers. Admins should ensure this value meets the minimum PKCE specification of 43 to maintain secure authentication flows.

Default: 43 Type: integer 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 configures the integer size of the code verifier used in OAuth PKCE for external authentication providers, ensuring compliance with security standards.
What area does it affect? OAuth PKCE configuration
What does the default mean? The default value is "43", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when integrating or updating external authentication providers to ensure compliance with PKCE requirements.

Out of the box property record

Raw metadata from the property record.

Property name glide.oauth.pkce.external.code_verifier_size
Sys ID 2bc9058ac7130010df1417b703c26011
Type integer
Application Global
Default value 43
Description This property is related to OAuth PKCE, it is used for setting the value of code verifier size in case of external providers. (e.g OKTA). As per PKCE specs the minimum value should be 43.
Updated 2024-05-25 03:38:55

Sources

Official references and nearby text excerpts where this property appears.