SAML Response Decoder
Decode and view SAML responses
What is SAML Response Decoder?
SAML Response Decoder is a Chrome extension developed by Yasin, and its main feature is "Decode and view SAML responses".
Extension Screenshots
Download SAML Response Decoder Extension CRX File
Download SAML Response Decoder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SAML Response Decoder |
ID | lgjipdamfgafpllhgpopejiclgkkdakb |
Official URL | https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb |
Description | Decode and view SAML responses |
File Size | 426 KB |
Installation Count | 137 |
Current Version | 1.0.0 |
Last Updated | 2023-10-30 |
Publish Date | 2023-10-29 |
Developer | Yasin |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md |
Supported Languages | 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" } } |