OAuthAuthorizationURL
The Authorization Endpoint displayed on the Workday View API Clients report.
Data Type
string
Default Value
""
Remarks
Workday uses different base URLs for the website and API endpoints. For most operations the provider uses the API base URL as given in the BaseURL property. However, when using AuthScheme=OAuth, the provider directs users to a website URL to authenticate to Workday.
Workday BaseURL values follow one of several patterns and the provider can determine the OAuthAuthorizationURL for some of them. If you are unsure whether your BaseURL matches a pattern, set the OAuthAuthorizationURL directly. The value of the property takes priority over any automatic value.
The following BaseURL patterns support automatic discovery of the OAuthAuthorizationURL. The X and Y in these patterns are internal Workday service numbers. For example, the BaseURL https://wd1-services2.workday.com matches the pattern https://wdX-servicesY.workday.com.
- https://wdX-servicesY.workday.com
- https://wdX-servicesY-impl.workday.com
- https://wdX-servicesY.myworkday.com
- https://wdX-servicesY-impl.myworkday.com