|
|
Windchill OSLC 服務只能由 OSLC 用戶端使用;非 OSLC 用戶端必須使用 Windchill (OData) Rest Services (WRS)。
|
|
內容名稱
|
描述
|
|---|---|
|
oslc.authorizationURI
|
用來取得 OAuth 授權的 URI
|
|
oslc.oauthAccessTokenURI
|
用來取得 OAuth 存取權杖的 URI
|
|
oslc.oauthRequestTokenURI
|
用來取得 OAuth 請求權杖的 URI
|
|
|
當您使用 OAuth 授權時,請確保 OSLC 端點的所有請求前都會加上配置的 SpringSecurityFilterChain url 模式作為前缀。例如,如果 SpringSecurityFilterChain 是使用 /oauth/* url 模式所配置,則所有 OSLC 端點都必須具有 /oauth/oslc/* url 模式。
|
|
|
如需更加安全的組態,請僅針對跨網域 OSLC 組態使用 CORS 篩選器。
|
|
|
當配置 Windchill 以與其他 PTC OSLC 用戶端應用程式共用 OSLC 資源時,請在相同網域中本機安裝這些應用程式。
|
|
|
必須進行此組態才能確保與較新的瀏覽器版本相容。
|
|
內容
|
描述
|
|---|---|
|
trustedAncestorSites
|
指定跨網站 OSLC 伺服器的 URL,以啟用 OSLC 預覽頁的框架設定。
此值應與 web.xml 檔案中 OSLCContentSecurityFilter 之 allowedOrigins 的值相符。
例如,跨網站 Codebeamer 伺服器 https\://ppumsv-ipfc408d.almrd.example.com\:8573 的 URL
|
|
authCookieNameRegexp
|
驗證 Cookie 名稱的規則運算式,可與驗證 Cookie 的名稱相同。
例如:_shibsession_.*
欲尋找驗證 Cookie,請登入 Windchill,然後前往瀏覽器中的 > > 。
|
|
enableOslcPreviewRewrite
|
將此值設定為 true 可啟用以 Apache 為基礎的跳頁流程。
|
|
enableRefererChecking
|
將此值設定為 true 可啟用參考者標題檢查作為額外的安全性措施。此為選用選項。
|
|
originBaseUrl
|
如果 enableRefererChecking 設為 true,則指定 Windchill 伺服器的基礎 URL。
例如:https\://pwrdcsv-wcqa576d.ptcnet.ptc.com
|
|
setReferrerPolicy
|
如果將 enableRefererChecking 設定為 true,則請將此值設定為 true,以將參考者原則回應標題配置為 strict-origin。
|