3.1 Basic Configuration Parameters
These are the connection-related parameters that Oracle Identity Governance requires to connect to a Zoom application.
Note:
Unless specified, do not modify entries in the below table.Table 3-1 Parameters in the Basic Configuration
| Parameter | Mandatory ? | Description |
|---|---|---|
| authenticationType | Yes |
Enter the type of authentication used by your Zoom target system. For this connector, the target system supports Default value: client_credentials |
| authenticationServerUrl | Yes |
End point URL of the server which authenticates the application. Default Value: https://zoom.us/oauth/token?grant_type=account_credentials&account_id=YourAccountIDFromApplication |
| clientId | Yes | Enter the API key (a unique string) issued by the authorization server to your OAuth application during the registration process. You will obtain the API key while performing the procedure described in Configuring the Newly Added Application.
|
| clientSecret | Yes | Enter the API secret key used to authenticate the identity of your OAuth application. You will obtain the API secret key while performing the procedure described in Configuring the Newly Added Application.
|
| Connector Server Name | No | This field is blank. If you are using this connector with the Java Connector Server, then provide the name of Connector Server IT Resource here. |
| Host | Yes |
Enter the host name of the machine hosting your Zoom target system. This is a mandatory attribute while creating an application. Sample value: api.zoom.us |
| uriPlaceHolder | Yes |
Enter the key-value pair for replacing place holders in the relURIs. The URI place holder consists of values which are repeated in every relative URL. Values must be comma separated. For example, Tenant ID and API version values are a part of every request URL. Therefore, we replace it with a key-value pair. Sample value: api_version;v2 |
| port | No |
Enter the port number at which the target system is listening. Sample value: 443 |
| proxyHost | No | Enter the name of the proxy host used to connect to an external target. |
| proxyPassword | No | Enter the password of the proxy user ID of the target system user account that Oracle Identity Governance uses to connect to the target system. |
| proxyPort | No | Enter the proxy port number. |
| sslEnabled | No |
If the target system requires SSL connectivity, then set the value of this parameter to true. Otherwise set the value to false. Default value:true |