SAML Response Decoder

Decode and view SAML responses

Co je SAML Response Decoder?

SAML Response Decoder je rozšíření Chrome vyvinuté Yasin, a jeho hlavní funkcí je „Decode and view SAML responses“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SAML Response Decoder

Stáhněte si soubory rozšíření SAML Response Decoder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        SAML Response Decoder is a Chrome extension that allows users to decode and view SAML responses locally. It's a helpful tool for support engineers, developers and administrators working with SAML for authentication and authorization.
While there are several SAML decoding tools available, the SAML Response Decoder prioritizes user privacy by not automatically detecting SAML responses during login or other operations. Instead, our tool provides a straightforward interface where users can manually paste their SAML responses for decoding. This ensures maximum control for the user and minimizes potential security or privacy concerns.                    

Základní Informace o Rozšíření

Název SAML Response Decoder SAML Response Decoder
ID lgjipdamfgafpllhgpopejiclgkkdakb
Oficiální URL https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb
Popis Decode and view SAML responses
Velikost souboru 426 KB
Počet instalací 137
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-10-30
Datum Vydání 2023-10-29
Vývojář Yasin
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SAML Response Decoder",
    "version": "1.0.0",
    "description": "Decode and view SAML responses",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        }
    },
    "permissions": [],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}