Both of the WSO2 API manager and its backend API server(on Azure) are using OAuth2.
They all use the same header as follow:
WSO2 API manager
Authorization: Bearer 72135e9f1dc96201949351261284dc7
API server
Authorization: Bearer MfGb9pnTEGVWmDyjlfSZjlxhc8pFtef
I use Rest client to do the test. I find that I can pass the WSO2 API Manager OAuth2, but can not pass the API Server OAuth2.
the message is: "Authorization has been denied for this request." return by the API Server.
How can I solve this issue by reconfigure WSO2 API Manager ?
Thanks a lot.