โ05-11-2026 08:31 AM - edited โ05-12-2026 01:33 AM
I have to authenticate to an API with the client_id and client_secret in the JSON payload. If I set the connector field for client_secret to be a password type, it shows as null in the debug rather than the expected <MASKED> value. It doesn't appear to be passed at all, as I get error 500 returned from the token URL. Removing the password type setting for the field is enough for the connector to be able to connect.
โ05-12-2026 09:50 PM
Hi @Waldy,
Will you please share the screenshot of your configuration?
Actually, we need to pass like
grant_type : client_credentials
client_id : ----
client_secret : ---
Thanks,
J Rajesh Kumar.
โ05-13-2026 02:03 AM
Which part of the configuration?
This works:
This does not work: