auth-response-header-pattern

This command defines the pattern to select which response headers to add to the API context.

Syntax

auth-response-header-pattern pattern

Parameters

pattern
Specifies the regular expression pattern to select response headers. The value can include one or more runtime context variables in the ${variable} format.
The default value is (?i)x-api*, which indicates a case-insensitive search on x-api prefix.

Guidelines

The auth-response-header-pattern command defines the pattern to select which response headers to add to the API context for access by subsequent actions.

This command is relevant when user-auth-method is user-registry.