AuthorizationServerURL Parameter (Connect-PingOne Cmdlet)
The base URL of the PingOne authorization server for the environment where your application is located at.
Syntax
Connect-PingOne -AuthorizationServerURL string
Data Type
cstr
Default Value
""
Remarks
This should be used in cases when you have set up a custom domain for the environment. Refer to Custom Domains from the PingOne Platform API documentation.
Example:
AuthorizationServerURL='https://authenticate.myCustomDomain.net';