SSIS Components for Workday

Build 25.0.9434

AuthScheme

The type of authentication to use when connecting to Workday.

Possible Values

OAuth, OAuthISU, OAuthJWT, AzureAD, Basic

Data Type

string

Default Value

"OAuth"

Remarks

The available authentication methods are:

  • OAuth: Use OAuth with a OAuthClientId and OAuthClientSecret. Users log into Workday interactively with a web browser.
  • OAuthISU: Use OAuth with a OAuthClientId, OAuthClientSecret, and OAuthRefreshToken. The component authenticates integration system users (ISUs) automatically.
  • OAuthJWT: Authenticate with the OAuth 2.0 JWT bearer flow using an x509 certificate. This authentication method uses a JWT to store client credentials.
    • Note:Only available for ISUs.
  • AzureAD: Use SSO with AzureAD as the identity provider. Only available for normal users and requires an interactive login to Azure.
  • Basic: Authenticate with Workday account credentials (User and Password).

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434