Hi Vallab,
My current API Gateway Version is 10.1
The requester will give Oauth as Authentication to the gateway. That is for the first custom policy, aside from authentication, we wanted to check other properties in the Oauth. Then as for the Other custom policy, we wanted to invoke a native API in the Gateway to get information from the gateway and pass it to native APIs in Integ Server, however this method would require the user and password for the gateway so this would be utilizing the Authorization header, and gives conflict. so i wanted to drop the Authorization of the first custom policy to give way to the next custom policy. (this is with the assumption that a sequence can be given to the global policies.)
#API-Gateway#webMethods#API-Management