Basic Authorization Data from a Service Exposed in the API manager is not Forwarded to the Backend
hisanhunais opened this issue · 1 comments
hisanhunais commented
Description:
When a user tries to forward the basic authorization data from a service exposed in the API manager to a backend service, it cannot be done. It works fine for the OAuth case but not for the Basic Authorization case.
Steps to reproduce:
- Enable wire logs in deployment.toml
- Enable this configuration:
[apim.oauth_config]
enable_outbound_auth_header = true
- Run wso2 am 4.0.0 server
- Create a new API exposing endoint from a backend services
- Publish the API
- Test the API
- Verify by wire logs tin the data sent we are not sending authorization headers to backend services when is basic auth
hisanhunais commented
Closing the issue since the master fix is completed.