Skip to content

Commit 538a585

Browse files
Merge pull request #281126 from jonburchel/patch-43
Update connector-quickbooks.md
2 parents 807a4ba + 6580d26 commit 538a585

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/data-factory/connector-quickbooks.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ The following properties are supported for QuickBooks linked service:
108108
}
109109
```
110110

111+
### Handling refresh tokens for the linked service
112+
113+
When you use the QuickBooks Online connector in a linked service, it's important to manage OAuth 2.0 refresh tokens from QuickBooks correctly. The linked service uses a refresh token to obtain new access tokens. However, QuickBooks Online periodically updates the refresh token, invalidating the previous one. The linked service does not automatically update the refresh token in Azure Key Vault, so you need to manage updating the refresh token to ensure uninterrupted connectivity. Otherwise you might encounter authentication failures once the refresh token expires.
114+
115+
You can manually update the refresh token in Azure Key Vault based on QuickBooks Online's refresh token expiry policy. But another approach is to automate updates with a scheduled task or [Azure Function](/samples/azure/azure-quickstart-templates/functions-keyvault-secret-rotation) that checks for a new refresh token and updates it in Azure Key Vault.
116+
111117
## Dataset properties
112118

113119
For a full list of sections and properties available for defining datasets, see the [datasets](concepts-datasets-linked-services.md) article. This section provides a list of properties supported by QuickBooks dataset.
@@ -188,6 +194,5 @@ The Copy Activity in the service cannot copy data directly from Quickbooks Deskt
188194

189195
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).
190196

191-
192197
## Related content
193198
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)