glide.authenticate.header.encrypted_key
ServiceNow property description:
HTTP header name to look for an externally authorized user (e.g. for Digest Encryption):
Attributes
- Sys ID: 26852e220a0a032f019649c697c79b8a
- Type: string
- Application: Global
- Default value: DE_USER

AI generated property description:
The ServiceNow property `glide.authenticate.header.encrypted_key` specifies the HTTP header name that the system should look for to identify an externally authorized user, such as in cases of Digest Encryption. This property is used to facilitate secure authentication by allowing the system to recognize and process encrypted credentials provided in the HTTP headers. It is particularly useful in scenarios where external systems handle user authentication and pass the authenticated user information to ServiceNow. By configuring this property, administrators can ensure that the platform correctly interprets and validates the encrypted authentication data. This enhances the security and integration capabilities of the ServiceNow instance.
Source