glide.authenticate.header.value
ServiceNow property description:
ServiceNow field name to match against the incoming header
Attributes
- Sys ID: ee45faf7c0a8011b018235a1ff5c3eab
- Type: string
- Application: Global
- Default value: user_name

AI generated property description:
The ServiceNow property `glide.authenticate.header.value` is used to specify the field name in ServiceNow that should be matched against the value of an incoming HTTP header for authentication purposes. This property is part of the configuration for implementing external authentication mechanisms, such as SAML or OAuth, where the identity of the user is passed through HTTP headers. By setting this property, administrators can ensure that the incoming header value is correctly mapped to a corresponding field in the ServiceNow user table, facilitating seamless user authentication. This configuration is crucial for environments that rely on external identity providers to manage user authentication and access control. For more detailed information, refer to the ServiceNow documentation on implementing external authentication mechanisms.
Source