Citrix Cloud SSO Helper
Removed the prompt=login from the Citrix Cloud SSO with AAD. https://support.citrix.com/article/CTX253779
Citrix Cloud SSO Helperとは何ですか?
Citrix Cloud SSO HelperはDaveによって開発されたChromeの拡張機能で、その主な機能は「Removed the prompt=login from the Citrix Cloud SSO with AAD. https://support.citrix.com/article/CTX253779」です。
拡張機能のスクリーンショット
Citrix Cloud SSO Helper拡張機能のCRXファイルをダウンロード
Citrix Cloud SSO Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enable seamless single sign on for end users of Citrix Cloud. This extension helps to provide a better end user experience when logging into Citrix Cloud when using Microsoft Azure Active Directory as the identity provider. By default when redirecting to AAD, Citrix add prompt=login to the URL which forces the user to re-authenticate and breaks the seamless single sign on experience. To overcome this Citrix documented a solution in CTX253779 however, this requires raising a support case for each customer to disable to re-authentication. This extension, when the auth page is detected for the Citrix Cloud application removes the prompt=login option from the URL and forwards the user to the AAD login portal without the option therefor allowing them if they are already authenticated to seamlessly single sign on and improve the end user experience.
拡張機能の基本情報
名前 | Citrix Cloud SSO Helper |
ID | mbhgbgdofhkjmjkmhcbhmjkfofkjapdl |
公式URL | https://chromewebstore.google.com/detail/citrix-cloud-sso-helper/mbhgbgdofhkjmjkmhcbhmjkfofkjapdl |
説明 | Removed the prompt=login from the Citrix Cloud SSO with AAD. https://support.citrix.com/article/CTX253779 |
ファイルサイズ | 20.88 KB |
インストール数 | 73 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-02-25 |
公開日 | 2022-02-24 |
開発者 | Dave |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Citrix Cloud SSO Helper", "description": "Removed the prompt=login from the Citrix Cloud SSO with AAD. https:\/\/support.citrix.com\/article\/CTX253779", "author": "Dave Allan", "version": "0.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "webRequest", "webRequestBlocking" ], "host_permissions": [ "*:\/\/login.microsoftonline.com\/*" ], "action": { "default_popup": "popup.html" } } |