Pre-oauth2 sync
In the pre-oauth2 sync, we do the same as the embedded sync, but you don’t have to do any development on your side (you can if you want to retrieve statuses of executions, …). The requirement is that you have an OAuth2 authentication flow in your software.
You will only have to share one URL for each app that you want to connect to your end-users. This URL is protected by your OAuth2 authentication flow (only people with an account in your software can access this URL). Based on this authentication, we will create the consumer and the associated connection.
If the user comes back to this configuration page, we will re-use the existing consumer and connection.
This gives you the possibility to embed the configuration page of the sync in your software while not having to develop anything and delivering a fully white-labeled and smooth experience to your end-users.