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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removed the prompt=login from the Citrix Cloud SSO with AAD. https://support.citrix.com/article/CTX253779"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Citrix Cloud SSO Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}