yesterday - last edited 8 hours ago
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.