This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
ゲートウェイ経由の接続におけるCitrix Workspace™アプリの必須化
プラグインを使用することで、ゲートウェイ経由で接続するユーザーにCitrix Workspaceアプリの使用を必須にすることができます。
ゲートウェイにプラグインを展開するには、次の手順を実行します。
-
プラグインをCitrix Downloadsからダウンロードします。
-
zipファイルとcitrix-gateway-plugin.tar.gzを抽出します。これにはHTMLファイルとJavaScriptファイルが含まれています。
-
ファイルをNetScalerゲートウェイの
/var/netscaler/gui/vpn/initにコピーします。 -
管理GUIを使用した構成またはCLIを使用した構成を行います。
管理GUIを使用した構成
-
Netscaler®管理GUIにサインインします。
-
レスポンダーアクションを作成し、[追加]をクリックします。
![[追加]が強調表示されたレスポンダーアクションのスクリーンショット](/en-us/storefront/2402-ltsr/media/integrate-with-citrix-gateway-and-citrix-adc/require-app-add-responder-action.png)
-
レスポンダーアクションを構成します。
タイプ: HTMLページで応答
追加: パス
/vpn/init/native-app-mandate.htmlを入力します。 -
レスポンダーポリシーを作成します。

-
レスポンダーポリシーを構成します。
アクション: 上記で作成したアクションの名前。
式:
HTTP.REQ.IS_VALID && HTTP.REQ.URL.ENDSWITH(".js").NOT && HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver").NOT && HTTP.REQ.HEADER("User-Agent").CONTAINS("CWAWEBVIEW").NOT && HTTP.REQ.HEADER("X-Requested-With").CONTAINS("com.citrix.Receiver").NOT && HTTP.REQ.HEADER("X-Requested-With").CONTAINS("XMLHttpRequest").NOT && HTTP.REQ.HEADER("User-Agent").CONTAINS("AuthManager").NOT
-
レスポンダーポリシーをバインドする仮想サーバーに移動します。

-
作成したポリシーをバインドします。

-
正しく構成されていることを確認するには、ゲートウェイURLを開き、Citrix Workspaceアプリが必要ですという画面が表示されることを確認します。Netscaler URLをCitrix Workspaceアプリに追加し、Citrix Workspaceアプリが必要ですという画面が表示されないことを確認します。
CLIを使用した構成
CLIを使用してCitrix Workspaceアプリ必須機能を構成するには、次の手順を実行します。
-
HTMLファイルを使用してレスポンダーアクションを作成します (GUIで構成を編集できます)。
add responder action respond_with_html_act respondwithhtmlpage sample_page -responseStatusCode 200 <!--NeedCopy--> -
Citrix Workspaceアプリではなく、Webブラウザからの要求を処理するレスポンダーポリシーを作成します。
add responder policy respond_with_html_pol "HTTP.REQ.IS_VALID && HTTP.REQ.URL.ENDSWITH(".js").NOT && HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver").NOT && HTTP.REQ.HEADER("User-Agent").CONTAINS("CWAWEBVIEW").NOT && HTTP.REQ.HEADER("X-Requested-With").CONTAINS("com.citrix.Receiver").NOT && HTTP.REQ.HEADER("X-Requested-With").CONTAINS("XMLHttpRequest").NOT && HTTP.REQ.HEADER("User-Agent").CONTAINS("AuthManager").NOT" respond_with_html_act <!--NeedCopy--> -
ポリシーをVPN仮想サーバーにバインドします。
bind vpn vserver vpn_vs -policy respond_with_html_pol -priority 100 -gotoPriorityExpression END -type AAA_REQUEST <!--NeedCopy-->
共有
共有
この記事の概要
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.