設定報表管理員傳遞自訂驗證 Cookie
新增: 2005 年 12 月 5 日
如果您要使用自訂驗證延伸模組,您應配置報表管理員來傳送自訂驗證 Cookie。否則,報表管理員只能透過報表伺服器特定的 HTTP 要求來傳送 Cookie。如果您要傳送其他 Cookie,您必須修改 RSWebApplication.Config 檔。
修改 RSWebApplication.Config 檔
只要將 <PassThroughCookies> 元素加入報表管理員組態檔中,報表管理員就可以透過報表伺服器來傳送其他 Cookie。當單一登入驗證方案不僅需要報表伺服器驗證 Cookie,同時也需要協力廠商驗證系統提供的 Cookie 時,傳送其他 Cookie 這項功能就顯得非常有用。
使用報表管理員時,若要能夠透過 HTTP 要求來傳送其他 Cookie,則必須在 RSWebApplication.config 檔中設定下列元素:
<UI>
<CustomAuthenticationUI>
...
<PassThroughCookies>
<PassThroughCookie>cookiename1</PassThroughCookie>
<PassThroughCookie>cookiename2</PassThroughCookie>
</PassThroughCookies>
</CustomAuthenticationUI>
...
</UI>
請參閱
概念
RSWebApplication 組態檔
設定 Reporting Services 元件
其他資源
Introducing Reporting Services Security Extensions