Hello, I am trying to configure a custom connector for a specific Aauth 2 Wep API. This service requires authentification by username/password + Client secret.
I figured out I need to configure the conenctor as No authentification and pass the token by Policies
I succeeded to acquire the token and copy it into environment variable but when I try to request by API I have this error :
I checked that my header is correct :
I also try to execute Curl request generated by the editor wich works well on reqbon.com
Does anybody can give me a hint to solve my problem ?
Thank you for reading and have a nice day