SAML Response Decoder
Decode and view SAML responses
Cos'è SAML Response Decoder?
SAML Response Decoder è un'estensione di Chrome sviluppata da Yasin, e la sua funzione principale è "Decode and view SAML responses".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SAML Response Decoder
Scarica i file di estensione SAML Response Decoder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SAML Response Decoder |
ID | lgjipdamfgafpllhgpopejiclgkkdakb |
URL Ufficiale | https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb |
Descrizione | Decode and view SAML responses |
Dimensione del File | 426 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-10-30 |
Data di Pubblicazione | 2023-10-29 |
Sviluppatore | Yasin |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md |
Lingue Supportate | 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" } } |