getting cognito acces_token with wso2 esb
问题 I'm trying to get access token through AWS Cognito with client credentials but getting something else. I'm doing this in wso2 Enterprise integrator 6.1.0 <payloadFactory media-type="xml"> <format> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema/instance"> <soapenv:Header> <Content-Type xmlns="">$1</Content-Type> <Authorization xmlns="">$2</Authorization> </soapenv:Header> <soapenv:Body/> </soapenv:Envelope> </format>