SAML Response Decoder

Decode and view SAML responses

Wat is SAML Response Decoder?

SAML Response Decoder is een Chrome-extensie ontwikkeld door Yasin, en de belangrijkste functie is "Decode and view SAML responses".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SAML Response Decoder

Download SAML Response Decoder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SAML Response Decoder SAML Response Decoder
ID lgjipdamfgafpllhgpopejiclgkkdakb
Officiële URL https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb
Beschrijving Decode and view SAML responses
Bestandsgrootte 426 KB
Aantal Installaties 137
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-10-30
Publicatiedatum 2023-10-29
Ontwikkelaar Yasin
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md
Ondersteunde Talen 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"
    }
}