Hi all,
I am trying to create a custom connector but not sure how to proceed. At the moment I'm using the built-in HTTP connector. The first call gets the access token and I specify the client id and secret in the body using "grant_type=client_credentials"
Now I am trying to configure the custom connector as follows
Under General:
Under Security:
Under Definition:
When I add it to a flow it fails saying "MethodNotAllowed" and then I check the raw output it shows this:
My concern is that the body is not being formatted correctly as in "grant_type=client_credentials&client_id={client id}&client_secret={client secret}&scope=rhipeapi"
Any idea where i am going wrong?
Thanks,
David