Hello and thanks a lot for work.
When i use oauth2 authentication with my creds, the correct POST is done to the token URL but return 422 status_code.
I extract the request on the api server and the body contains only : grant_type=client_credentials but there are not username and password.
Is there a trouble ?
Or i don't know how the http step plugin send this information for validate oauth2 authentication !?
Thanks !