Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplesamlphp/saml-tracer
Browser extension for examining SAML messages
https://github.com/simplesamlphp/saml-tracer
browser chrome chromium debugging extension firefox logging plugin saml
Last synced: 1 day ago
JSON representation
Browser extension for examining SAML messages
- Host: GitHub
- URL: https://github.com/simplesamlphp/saml-tracer
- Owner: simplesamlphp
- License: bsd-2-clause
- Created: 2011-06-21T06:15:56.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T22:20:06.000Z (4 months ago)
- Last Synced: 2024-12-14T16:09:31.412Z (8 days ago)
- Topics: browser, chrome, chromium, debugging, extension, firefox, logging, plugin, saml
- Language: JavaScript
- Homepage: https://addons.mozilla.org/nl/firefox/addon/saml-tracer/
- Size: 298 KB
- Stars: 144
- Watchers: 18
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SAML-tracer
===========SAML-tracer is a Firefox extension that aims to make debugging of
SAML- and WS-Federation-communication between websites easier.
It is a request logger that in addition to showing normal requests,
also highlights and decodes SAML messages that are transmitted.Using SAML-tracer
-----------------SAML-tracer is activated by clicking its icon in the browser toolbar.
It can be alternatively started by pressing ALT +
SHIFT + S on the keyboard.Once it is activated, you will get a window that shows all requests,
and the data included in them. It also shows response headers.
Messages including SAML data are highlighted with a SAML logo at the
right side of the request list. Those containing WS-Federation data
are highlighted with a WS-Fed logo respectively.Selecting a request gives you up to three tabs:
* HTTP: A quick overview over the request, with request and response
headers.
* Parameters: GET and POST parameters included in the request.
* SAML: Decoded SAML message found in the request.Developing SAML-tracer
----------------------To make changes to SAML-tracer, you should start by cloning the Git
repository from:https://github.com/SimpleSAMLphp/SAML-tracer/
You can now modify and extend SAML-tracer. To test your changes, you
can debug the extension as described here:https://developer.mozilla.org/Add-ons/WebExtensions/Debugging
After modifying the source code, you need to commit your changes to
your local Git repository.License
-------SAML-tracer is released under the 2-clause BSD license. See the
[LICENSE](LICENSE)-file for more information.Attribution
-----------SAML-tracer makes use of open source libraries.
See [here](attribution.md) for more details.