The pg.oauth2 Parameters
For security reasons it is recommended to use HTTPS in your production environment. If you are using HTTPS as the transport protocol over which the OAuth2 access tokens are granted authorization, you must set the following parameters in the Mediator properties file, which is located in:
Integration Server_directory\instances\instance_name\packages\WmMediator\config\resources\pg-config.properties
pg.oauth2.isHTTPS: Specifies the transport protocol over which the OAuth2 access tokens will be granted authorization. Set this parameter to true for HTTPS (the default) or false for HTTP
pg.oauth2.ports: If pg.oauth2.isHTTPS is set to true, specify a comma-separated list of the HTTPS ports on which the service
pub.mediator.oauth2.getOAuth2AccessToken is available. For details about this service, see
The Service for Obtaining OAuth2 Access Tokens.