ADO.NET Provider for Sage Intacct

Build 26.0.9655

Scope

The OAuth 2.0 scope that the provider requests during authentication.

Data Type

string

Default Value

""

Remarks

Scopes are set to define what kind of access the authenticating user will have; for example, read, read and write, restricted access to sensitive information. System administrators can use scopes to selectively enable access by functionality or security clearance.

When InitiateOAuth is set to GETANDREFRESH, you must use this property if you want to change which scopes are requested.

When InitiateOAuth is set to either REFRESH or OFF, you can change which scopes are requested using either this property or the Scope input.

Scopes are set to define what kind of access the authenticating user will have; for example, read, read and write, restricted access to sensitive information. System administrators can use scopes to selectively enable access by functionality or security clearance.

When InitiateOAuth is set to GETANDREFRESH, you must use this property if you want to change which scopes are requested.

When InitiateOAuth is set to either REFRESH or OFF, you can change which scopes are requested using either this property or the Scope input.

This property is only applicable when using OAuth 2.0, which is only available when Schema is set to REST.

The following values are supported:

  • none: No scope is included in the request.
  • offline_access: A refresh token is returned in addition to an access token.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655