Property
|
Description
|
||
---|---|---|---|
scheme
|
Protocol scheme supported by the Windchill RV&S OSLC Server.
Supported protocol is http or https.
Default protocol is https.
|
||
host
|
Host name of the Windchill RV&S OSLC Server.
Default host name is localhost.
|
||
port
|
Port number of the Windchill RV&S OSLC Server.
Default port number is 3001.
|
||
context
|
Context URI of the Windchill RV&S OSLC Server.
Default is /oslc/r.
|
||
storageImpl
|
Reserved property. Do not modify.
|
||
services
|
Reserved property. Do not modify.
|
||
contentType
|
Reserved property. Do not modify.
|
||
sslPrivateKey
|
Private key for the SSL certificate.
Default value is server.key.
Update the private key corresponding to your SSL certificate.
|
||
sslCertificate
|
Name of the SSL certificate.
Default value is server.cert.
Update the value per the name of the SSL certificate installed on your Web server.
|
||
useClientAuthForSSL
|
Reserved property. Do not modify.
|
||
allowedOrigins
|
Whitelisted domains for allowing cross-origin requests to the Windchill RV&S OSLC Server.
Specify the domain name in the <scheme>://<host>:<port> format, where <scheme> is http or https.
For example, to allow connection requests for accessing the delegated UI from a Windchill instance hosted at https://myexample.com:8888, specify the domain name https://myexample.com:8888 as the value of this property.
Multiple domains are supported. To specify multiple domains, provide the domain names per the format separated by a comma. For example, https://myexample.com:8888,http://localhost:8080.
|
||
isamScheme
|
Supported scheme on the ISAM virtual host junction for the Windchill RV&S OSLC Server.
Supported scheme is https.
|
||
isamHost
|
Host name of the Windchill RV&S OSLC server configured on the ISAM virtual host junction.
|
||
isamPort
|
Port number of theWindchill RV&S OSLC Server configured on the ISAM virtual host junction.
|
||
appendSlash
|
Append a slash to the start of the project name in the URIs if the Windchill RV&S OSLC Server is configured with the ISAM authentication scheme.
|
||
oauthAuthorizationURI
|
URI for obtaining OAuth authorization.
Contact the PingFederate administrator for the OAuth authorization URI.
|
||
oauthAccessTokenURI
|
URI for obtaining OAuth access token.
Contact the PingFederate administrator for the OAuth access token URI.
|
||
oauthRequestTokenURI
|
URI for obtaining OAuth request token.
Contact the PingFederate administrator for the OAuth request token URI.
|
|
• For SSO-enabled configuration, the OSLC clients can automatically discover the three OAuth URIs that are required to act as an OAuth Consumer. These URIs are returned in the service provider catalog if the oauthAuthorizationURI, oauthAccessTokenURI, and oauthRequestTokenURI properties are specified in the production.json file.
For more information on the supported SSO configuration for Windchill RV&S, see the Windchill RV&S Single Sign-On Configuration Guide.
• The OSLC APIs utilize the OAuth tokens for connecting to the target OSLC servers in the Refreshed Web Interface when SSO is enabled.
|
Property
|
Description
|
||
---|---|---|---|
scheme
|
Protocol scheme on which the Windchill RV&S server is running.
Supported protocol is https.
|
||
host
|
Host name of the Windchill RV&S server.
Default host name is the host name set during installation of the Windchill RV&S OSLC Server.
|
||
port
|
Port number of the Windchill RV&S server.
The default port number is the port number set during installation of the Windchill RV&S OSLC Server.
|
||
baseContext
|
Base URI for the Windchill RV&S REST services.
|
||
strictSSL
|
Support for trusted or self-signed certificates for the connections.
If value is set to true, only trusted certificates are supported for the connections.
If value is set to false, both trusted and self-signed certificates are supported for the connections.
Default value is false.
|
||
docStudioContext
|
Provides the context to the linked Windchill RV&S item in the resource previews.
|
||
isamScheme
|
Supported scheme on the ISAM virtual host junction for the Windchill RV&S server.
Supported scheme is https.
|
||
isamHost
|
Host name of the Windchill RV&S server configured on the ISAM virtual host junction.
|
||
isamPort
|
Port number of the Windchill RV&S server configured on the ISAM virtual host junction.
|