
Announcements
Hello,
I'm developing a custom connector with multiple authentications using this document as a guide - document. I have also reviewed this connector which keeps being brought up as an example - RescoCloud connector
My connector has basic and OAuth as the two types of supported auth.
When I try and create a new OAuth connection using Data -> Connections, it takes me to my company’s login screen, accepts my credentials and then throws this error. I do specify the client secret at the time of connector create/update using the following paconn command :
paconn update -s “Path to settings.json” –secret “my-client-secret”
I am however able to use OAuth to the same API successfully when I create the connector using the wizard experience, without specifying multi-auth. Has anyone faced such an issue? Any suggestions would be greatly appreciated!
Thanks,
K
You should specify the client secret at time of connector creation through CLI.