Hello everyone.
I have a situation when I need to connect my customers to my platform. I plan to do that with make.com. For example I want to connect google drive or any other customer service that uses OAuth2.
I can not find a way how to create a scenario that will ask my customers for access with a popup window. Maybe someone could give a hint of where to look at it?
The ideal flow for me would something like
- User registers on my platform
- I ask user to authorize make.com scenario at his google drive
- User sees popup with OAuth2 flow
- Scenario is authorized and my platform can get needed information from user’s google drive and react to actions
Thanks in advance.
Hi,
Did you try creating an OAuth2 app on Google Cloud Console (or the respective service’s developer portal). By doing this, you will get client ID and client secret and then set the redirect URL to your platform, which will handle the OAuth2 callback.
Thanks
Wright
Not a problem to redirect my customer to google console. In this case I will connect my platform directly to google console. And I want to connect my customer to a make.com so I can use his OAuth2 credentials at make.com to create scenarios
So, you need to set up a scenario in make.com that facilitates the OAuth2 authorization flow and captures the access tokens. Go through this- Splunk Tool.
Thanks
I didn’t get your idea
Splunk is a popular and widely used software platform that helps in searching, analyzing, and visualizing the data that is machine-generated. This data is gathered from various sources like devices, sensors, applications, websites, etc. that ultimately make up the business and its IT infrastructure.
I can create a scenario, but it requires a connection made from my own make.com account. I need a way to create a scenario, ask the access from my customer with a standard OAuth2 popup and then perform actions on the base of that newly created customer’s connection.