SAML Response Decoder
Decode and view SAML responses
Was ist SAML Response Decoder?
SAML Response Decoder ist eine Chrome-Erweiterung, die von Yasin entwickelt wurde, und ihr Hauptmerkmal ist "Decode and view SAML responses".
Erweiterungsscreenshots
SAML Response Decoder-Erweiterungs-CRX-Datei herunterladen
Laden Sie SAML Response Decoder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SAML Response Decoder |
ID | lgjipdamfgafpllhgpopejiclgkkdakb |
Offizielle URL | https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb |
Beschreibung | Decode and view SAML responses |
Dateigröße | 426 KB |
Installationsanzahl | 137 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-10-30 |
Veröffentlichungsdatum | 2023-10-29 |
Entwickler | Yasin |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md |
Unterstützte Sprachen | 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" } } |