5

API Manager (WSO2) から Service Bus Aplication (Oracle) に Authorization ヘッダーを渡す必要があります。

別の投稿で、API がキー マネージャーに対してトークンを検証し、バックエンドを呼び出す前にそのトークンを削除するため、それができないことを見ました。( WSO2 OAuth2 とそのバックエンド API サーバー Oauth2 で認証ヘッダーを渡す方法は? )

API Manager からサービス バス アプリケーションにトークンを渡す代替手段はありますか?

そのための追加設定はありますか?

4

2 に答える 2

0

One option would be to send same oauth token in another custom header and then by adding a custom mediation sequence in the api manager, set that custom header to Authorization header and then send it to backend server.

https://docs.wso2.com/display/AM1100/Pass+a+Custom+Authorization+Token+to+the+Backend.

于 2016-03-25T03:28:35.060 に答える