Cmdlets for Workday

Build 22.0.8479

AuthScheme Parameter (Connect-Workday Cmdlet)

The type of authentication to use when connecting to Workday.

Syntax

Connect-Workday -AuthScheme string

Possible Values

OAuth, OAuthJWT, Basic, Auto

Data Type

cstr

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 本製品 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:

  • Basic: Authenticate using the User and Password for a normal user or ISU.
  • OAuth, OAuthJWT, AzureAD: These authentication schemes behave the same in WQL and Reports as a Service.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479