Sending Content-Type application/x-www-form-urlencoded WSO2 ESB

后端 未结 2 2028
时光说笑
时光说笑 2021-01-14 06:40

I have been working in a service chaining that answers me with a Bearer Token using in WSO2 EMM. I made a proxy in ESB and then I passed to a new sequence that makes the nex

2条回答
  •  一整个雨季
    2021-01-14 06:59

    I had the same error. This is my solution, similar to previous but in Json:

    
    
        {"grant_type":"password","username":"admin","password":"admin","scope":"$1"}
        
            
        
    
    
    

提交回复
热议问题