Saturday, September 10, 2011

AccessGatewayからWebInterfaceへSSOする方法

AccessGatewayで入力したログインクレデンシャルをWebInterfaceへ引き継ぐ(SSOする)ためには、
WebInterface側のIISデフォルトサイトのlogin.javaを専用のものに置き換える必要があります。
このlogin.javaはWebInterfaceのバージョンごとに用意されているので気をつけましょう。
入れ替えをよく忘れるので、自分のために(備忘録シリーズ)

CTX106202 - How to Forward Credentials from Access Gateway 4.x to Web Interface 3.x, 4.x, or 5.x - Citrix Knowledge Center


以下は、WI5.4のlogin.javaのreadmeです。
XenDesktopを使用するのであれば、
\Citrix\XenAppではなく、\Citrix\DesktopWebになるはずです。

INSTRUCTIONS FOR WEB INTERFACE 5.4
==================================
Copy Login.java to \app_code\PagesJava\com\citrix\wi\pages\auth\Login.java, for example:
C:\Inetpub\wwwroot\Citrix\XenApp\app_code\PagesJava\com\citrix\wi\pages\auth\Login.java
Changes take effect immediately.
See article CTX106202 for detailed instructions:
http://support.citrix.com/article/CTX106202
NOTE:
=======
Since client detection with Web Interface 5.4 has been moved to the front before the login page appears, the Client Download page has been skipped in order for Single Sign-on to work. As a workaround, users will have to manually install/upgrade the ICA Plugin by clicking on Settings in the toolbar > run Client Detection. Otherwise, click on the Messages in the toolbar to obtain an ICA Plugin.

No comments:

Post a Comment