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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |