APIM Policy conditions for SOAP API

Yadav, Krishna 21 Reputation points
2022-10-26T11:18:26.027+00:00

1.Requests with an invalid request MessageHeader are blocked; a standard SOAP Fault is returned
2.When request does not contain a MessageHeader: generate Message Header

ConsumerRef.userID = "unknown"
ConsumerRef.customerID = equal to the client (application) id from the OAuth token
ConsumerRef.customerLocation = "unknown"

  1. When request contains a valid MessageHeader & authentication and authorization steps are successful: populate the follwing attributes
    SecurityRef.AuthenticationType = "UnT"
    SecurityRef.AuthenticationTime = current time (timestamp)
  2. When Consumer request does not contain a Addressing header: generate a Addressing header
    Addressing.Action = value of HTTP SOAPAction header
    Addressing.To = URL of addressed endpoint
    Addressing.MessageID = UUID
    Addressing.RelatesTo.InitiatedBy = equal to Addressing.MessageID

@MuthuKumaranMurugaachari-MSFT @JananiRamesh-MSFT

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,267 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.