Firefox と Jamf Pro を使用した AWS Verified Access ブラウザ拡張機能の作成と展開

技術文書:AWS Verified Access と Jamf Device Identity との統合

Solution
Application
Content Type
テクニカル資料
Utilities & Services
ft:locale
ja-JP

Requirements
  • エンドユーザデバイスにダウンロードされた Mozilla Firefox ブラウザ

  • Jamf Pro 経由で展開された Jamf Security Cloud からのブラウザマニフェスト PKG ファイル

  1. Jamf Pro のサイドバーで、コンピュータ をクリックします。
  2. サイドバーの 構成プロファイル をクリックします。
  3. +新規 をクリックします。
  4. 一般ペイロードでは、プロファイルを適用するレベルや配布方法など、デフォルトの基本設定を使用します。
  5. Applications & Custom Settings (アプリケーション & カスタム設定) ペイロードをクリックしてから、External Applications (外部アプリケーション) > アップロード をクリックします。
  6. 追加 をクリックします。
  7. 環境設定ドメインフィールドに org.mozilla.firefox を入力します。
  8. 次のコードを使って、ブラウザ拡張機能の動作に必要なポリシーを作成します。

    以下のサンプル PLIST のキー値は、お望みのポリシーオプションに合わせて変更できます。

    <dict>
    	<key>EnterprisePoliciesEnabled</key>
    	<true/>
    	<key>ExtensionSettings</key>
    	<dict>
    		<key>verified-access@amazonaws</key>
    		<dict>
    			<key>install_url</key>
    			<string>https://addons.mozilla.org/firefox/downloads/latest/aws-verified-access/latest.xpi</string>
    			<key>installation_mode</key>
    			<string>normal_installed</string>
    		</dict>
    	</dict>
    </dict>
  9. スコープ タブをクリックし、プロファイルのスコープを設定します。
  10. 保存 をクリックします。