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 |
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 |
com.tibco.af.ocs. oauthTokenService. clientSecret |
The security secret for the order plan preview service. | somesecret |
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 |
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 |