When Identity Manager (IM) uses Policy Xpress (PX) to perform a SOAP query against a web service managed by API Gateway, the Authorization: Basic header may be omitted from the outbound request even if Basic Authentication is configured in the PX action.
Symptoms
Policy FalsifiedAuthorization header, while the same request sent via external tools (like SoapUI) succeeds.Identity Manager
Identity Manager may suppress the Authorization header if the target endpoint does not explicitly signal a requirement for it during the initial handshake. Specifically, if the API Gateway policy is not configured to mandate credentials, IM may not include the header in its SOAP envelope.
To ensure the Authorization header is sent, the API Gateway policy for the target service must be updated to explicitly require credentials:
Require HTTP Basic CredentialsOnce this assertion is active, the Gateway will properly signal the requirement, and Identity Manager will include the Authorization: Basic header in the PX SOAP query.