SAML-tracer

A debugger for viewing SAML messages

What is SAML-tracer?

SAML-tracer is a Chrome extension developed by SimpleSAMLphp, and its main feature is "A debugger for viewing SAML messages".

Extension Screenshots

screenshot

Download SAML-tracer Extension CRX File

Download SAML-tracer 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

                        A tool for viewing SAML and WS-Federation messages sent through the browser during single sign-on and single logout.                    

Extension Basic Information

Name SAML-tracer SAML-tracer
ID mpdajninpobndbfcldcmbpnnbhibjmch
Official URL https://chromewebstore.google.com/detail/saml-tracer/mpdajninpobndbfcldcmbpnnbhibjmch
Description A debugger for viewing SAML messages
File Size 90.61 KB
Installation Count 359,195
Current Version 1.7.1
Last Updated 2021-12-23
Publish Date 2019-11-18
Rating 4.27/5 Total 30 Ratings
Developer SimpleSAMLphp
Email [email protected]
Payment Type free
Extension Website https://github.com/simplesamlphp/SAML-tracer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAML-tracer",
    "description": "A debugger for viewing SAML messages",
    "author": "Olav Morken, Jaime Perez, Thijs Kinkhorst, Jan K\u00f6hler",
    "manifest_version": 2,
    "version": "1.7.1",
    "homepage_url": "https:\/\/github.com\/SimpleSAMLphp\/SAML-tracer",
    "icons": {
        "16": "src\/resources\/images\/icon16.png",
        "32": "src\/resources\/images\/icon32.png",
        "48": "src\/resources\/images\/icon48.png",
        "96": "src\/resources\/images\/icon96.png",
        "128": "src\/resources\/images\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "bootstrap.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/resources\/images\/icon16.png",
            "32": "src\/resources\/images\/icon32.png",
            "48": "src\/resources\/images\/icon48.png",
            "96": "src\/resources\/images\/icon96.png",
            "128": "src\/resources\/images\/icon128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Opens SAML-tracer if it's not yet started or brings it back to the front if it's already started."
        }
    }
}