AuthScheme
The type of authentication to use when connecting to Workday.
Possible Values
OAuth, OAuthJWT, Basic, AutoData Type
string
Default Value
"Auto"
Remarks
The available authentication methods depend upon the service you are connecting to:
WQL and Reports as a Service
When connecting with UseWQL enabled, the following authentication schemes are available:
- OAuth: Use OAuth with a OAuthClientId and OAuthClientSecret. May be used with normal users or integration system users (ISUs). Normal users log into Workday interactively with a web browser, while the driver authenticates ISUs automatically.
- OAuthJWT: Use OAuth with an x509 certificate. Only available for ISUs.
SOAP
When connecting with UseWQL disabled, the following authentication schemes are available: