AuthScheme Parameter (Connect-Workday Cmdlet)
The type of authentication to use when connecting to Workday.
Syntax
Connect-Workday -AuthScheme string
Possible Values
OAuth, OAuthISU, OAuthJWT, AzureAD, BasicData Type
cstr
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 cmdlet 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).
- Note: Only available when ConnectionType is set to SOAP or Reports.