SSOProperties
Additional properties required to connect to the identity provider in a semicolon-separated list.
Data Type
string
Default Value
""
Remarks
Additional properties required to connect to the identity provider in a semicolon-separated list.
AzureAD
AzureAD has properties to control what Azure resource is used to authenticate the user. AzureAD SSO uses two applications, the SSO application registered to Workday and a separate OAuth application for the driver. The driver must know the resource ID of the SSO application so that it can ask that application to authenticate your user.
- Resource The Application ID URI of the Azure SSO application, listed in the Overview section of the app registration. If you followed the Azure AD SSO Integration guide this will be http://workday.com.
- AzureTenant The ID of your Azure AD tenant, listed as the Tenant ID in the Overview section of Azure Active Directory.
- AzureClientID The Application Client ID of the OAuth application.
- AzureClientSecret The Client Secret of the OAuth application.