Earn trust with a familiar approval
The outside provider handles sign-in and shows the access request.
Home / Product / OAuth connections
Connect customer accountsAsk a person to approve access to an outside service once, then use that connection in the product experiences and workflows they choose.
A customer wants to import a file, send an update, or synchronize information with a service they already use. Asking for their password is unsafe; asking them to repeat a manual export every time makes the feature feel unfinished.
Daptin can guide the person through an OAuth approval flow and store the delegated connection with their account. The backend can then use that authorization when a permitted action needs the outside service.
Because the connection belongs to the person, your product can keep the relationship clear: who approved access, which workflow uses it, and which records receive the result.
The outside provider handles sign-in and shows the access request.
Provider tokens stay in backend-managed records.
A customer can authorize once and use the connection across relevant actions and schedules.
OAuth connections does more when it can reuse the records, people, access rules, and workflows already in your application.
The customer starts a connection from your product.
The outside service authenticates the person and requests consent.
Daptin associates the delegated authorization with that user.
A permitted workflow calls the service on the person's behalf.
Start from the experience you want to create; the backend capability supports the work behind it.
Let a user bring documents from a connected storage account.
Send approved information through a customer's communication tool.
Refresh outside data periodically for the person who connected it.
These capabilities share the same application context, so each one makes oauth connections more useful.
OAuth support does not guarantee compatibility with every provider. You must register the client, choose appropriate scopes, protect redirect and signing configuration, handle revocation, and test the provider's exact flow.
Run Daptin locally, explore the live administration surface, and follow one complete application path.