Passing auth token from proxy to target

Hi, Can someone guide me on how to pass the authorization token from proxy to target ? Our API is secured and need to pass the auth token to validate the token is valid.

0 1 114
1 REPLY 1

Is the token present in the header of the request to the porxy? if so, Apigee will forward the request headers it receive to the target. 

You can also look into AssignMessage policy to set the token in the request header, and Apigee will forward the request header to the target/backend.

Thanks