Image import
OAuth 2.0 authentication
OAuth 2.0 authentication in FlexiCapture uses access tokens stored in the dbo.Identities table and refreshed by the Token Management Service (TMS).
OAuth 2.0 authentication uses special access tokens, which must be updated regularly. ABBYY FlexiCapture stores these tokens in the dbo.Identities table in the SQL database.
The Token Management Service (TMS) updates the tokens automatically. By default, the refresh token required to use the Microsoft Graph Mail API expires after 90 days of inactivity, and you must re-authenticate to obtain a new token. An Active Directory administrator can configure the token lifetime.
For more information, see the Microsoft documentation on configurable token lifetimes.
