OAuthAuthorizationURL Parameter (Connect-Workday Cmdlet)
The Authorization Endpoint displayed on the Workday View API Clients report.
Syntax
Connect-Workday -OAuthAuthorizationURL string
Data Type
cstr
Default Value
""
Remarks
Workday uses different base URLs for the website and API endpoints. For most operations the 本製品 uses the API base URL as given in the BaseURL property. However, when using AuthScheme=OAuth, the 本製品 directs users to a website URL to authenticate to Workday.
Workday BaseURL values follow one of several patterns and the 本製品 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