Transport and Port

The OAuth server provides both HTTP and HTTPS transport for the endpoints. In production environments, it is good practice to use HTTPS which provides the transport level security.

Note: By default, the ports for the HTTP and HTTPS transports are enabled with default values as 9322 and 9333 respectively.

If required, change the default value of the ports as follows:

OAuth Server Transport and Port
Parameter Config UI Field Runtime Property
HTTP Port
  • Set the Transport scheme to HTTP as follows:

Gateway Engine Properties > Security > OAuth > Transport Scheme

  • Set the Port as follows:

Gateway Engine Properties > Security > OAuth > Port

Set in the ASG_CONFIG_HOME/asg.properties file.

The default value is 9322.

tibco.clientVar.DefaultImplementation/Connections/HTTP/OAuthWebappsConnection/Port

HTTPS Port
  • Set the Transport scheme to HTTPS as follows:

Gateway Engine Properties > Security > OAuth > Transport Scheme

  • Set the Port as follows:

Gateway Engine Properties > Security > OAuth WebApps SSL > Port

Set in the ASG_CONFIG_HOME/asg.properties file.

The default value is 9333.

tibco.clientVar.DefaultImplementation/Connections/HTTP/OAuthWebappsSSLConnection/Port

Note: If you use HTTPS transport, set the SSL properties listed using the Config UI as follows:
  • On the home page of Config UI, go to Gateway Engine Properties > Security > OAuth WebApps SSL.
  • Set the OAuth SSL properties. See OAuth WebApps SSL for details