Hello ,
I created a route "/token" where i use to generate access token from oAuth Generate Token Policy, but i need to customise my response which should contain only few stuffs. So in that same route i created extract variable policy to extract the necessary values and then create a Assign message payload policy and display it in my response.
Do i need to disable the response in Generate Token policy ?
Can anyone guide me on that, currently i have extracted but how to assign the message and also is this the correct way to customise the response?
Any suggestion or guidance is appreciated.