This topic was automatically generated from Slack. You can find the original thread here.
hey, i have been trying to configure a custom oauth client to be used with pipedream connect but every time I configure it with the client id I have been using, every redirect for when I try and authenticate says the passed in client_id is invalid. If instead of passing in my custom oauthAppId parameter and just leaving it to use pipedreams oauth, it works fine and i have no issues. Would appreciate some help on this
No… I tried using both the Frontend SDK and then forming the links based on what the backend sent as a connect link and then adding oauthAppId= at the end of the URL. What would the URL look like that I pass wot the user if I was using the redirect URI?
I have been attempting to follow them, and just took another read. It mentions to copy the redirect URI into the app settings, I have not been able to find a field in the dashboard for where to put the URI
It says to: “Redirect URI: Copy this Redirect URI and paste it into the app’s settings”
I have been looking in my projects settings after I created the oauth client and got the redirect URI
Okay, so inside the configuration in LinkedIn there should be a spot to provide a redirect URI, probably near where they gave you the client ID and secret.
Oh, I think I see, I never created a configuration within Linkedin. I was under the wrong assumption that I could just create an oauth client for Linkedin within Pipedream that has the custom permissions I want. It makes a lot of sense that I would have to register with Linkedin to create an app and get granted those permissions.
Hey, I was using an API and using the pipedream proxy(makeProxyRequest) and it sends data in the response headers that I need access too, is it possible to get access to them?