WorkerAppEnvironmentId Parameter (Connect-PingOne Cmdlet)
The ID of the PingOne environment in which your Worker application resides.
Syntax
Connect-PingOne -WorkerAppEnvironmentId string
Data Type
cstr
Default Value
""
Remarks
This applies only when the environment is using the default PingOne domain (auth.pingone). If you are using a custom domain for the environment, you should use AuthorizationServerURL instead.
To find the value for this connection property, follow the steps below:
- From the home page of your PingOne organization navigate to Environments in the sidebar.
- Find the environment in which you have created your custom OAuth/Worker application (typically Administrators) and click the Manage Environment button.
- You will be redirected to the environment's home page. From here go to Applications in the sidebar.
- Find your worker application details in the list of applications. In those details, there should be an Environment ID field.
- Copy the value and use it in this connection property like shown in the example below.
Example:
WorkerAppEnvironmentId='11e96fc7-aa4d-4a60-8196-9acf91424eca';