Order Plan Preview Configuration

These configuration values are used by OCS to access OMS UI to display an order plan preview for orders. They also provide security credentials.

Name Description Default Value

com.tibco.af.ocs. oauthTokenService.host

The host machine where order plan preview service endpoint is exposed. localhost

com.tibco.af.ocs. oauthTokenService.port

The port where order plan preview service endpoint is exposed. 8080

com.tibco.af.ocs. oauthTokenService.url

The complete URL for order plan preview service endpoint.

This is constructed using the values given for host and port.

http://$ {com.tibco.af.ocs.oauthTokenService.host}$ {com.tibco.af.ocs.oauthTokenService.port} /omsui/oauth/token

Note: Do not change this value because OCS needs the complete and correct URL to access the order plan preview service endpoint.

com.tibco.af.ocs. oauthTokenService.username

The order plan preview service security user name admin

com.tibco.af.ocs. oauthTokenService.password

The order plan preview service security password. admin

com.tibco.af.ocs. oauthTokenService.clientId

The security client ID for the order plan preview service.

my-trusted-client-with-secret

Note: Do not change this value.

com.tibco.af.ocs. oauthTokenService. clientSecret

The security secret for the order plan preview service. somesecret
Note: Do not change this value.

com.tibco.af.ocs. planPreview.url

The complete URL for the order plan preview service endpoint.

This is constructed using the values given for host and port.

http://$ {com.tibco.af.ocs.oauthTokenService.host}$ {com.tibco.af.ocs.oauthTokenService.port} /omsui/OTS/main?target=order

Note: Do not change this value because OCS needs the complete and correct URL to access the order plan preview service endpoint.

com.tibco.af.ocs. oauthTokenService. trust.store

The order plan preview service JKS trust store for the HTTP location. cert/trust.jks

com.tibco.af.ocs. oauthTokenService. trust.password

The order plan preview service JKS trust store password. changeit