cred-attr-name

Use the cred-attr-name stanza entry to define the credential attribute included in the XML input document and used when evaluating the HTTP transformation rule.

 cred-attr-name = name

Description

This configuration entry can be specified multiple times if multiple credential attributes are required in the XML input document. The credential attributes are stored in a new XML element within the top level XML container <Credential>. For example:
<HTTPResponse>       
  <Credential>
    <Attributes>
      <Attribute name=AZN_CRED_PRINCIPAL_NAME>testuser</Attribute>
    </Attributes>
  </Credential>
       …
</HTTPResponse>

Options

Usage:

This stanza entry is optional.

Default: None.

Example:

cred-attr-name = AZN_CRED_PRINCIPAL_NAME

Parent topic: [http-transformations:<resource-name>] stanza