SAML-tracer icon indicating copy to clipboard operation
SAML-tracer copied to clipboard

Browser extension for examining SAML messages

Results 10 SAML-tracer issues
Sort by recently updated
recently updated
newest added

I took a stab at Issue #79. For the most part this was a straightforward, following the Chrome [Migration Path](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration). ## Changes - browserAction has been replaced by a [more...

For certain SAML traces it occured to me than the export return an empty file (in fact a file with "null" inside). An error raises here: ``` const createFromJSON =...

help wanted

SAML-tracer is currently a Manifest V2 WebExtension. In 2018, [Chrome announced Manifest V3][1]. Migrating to Manifest V3 requires quite some effort form a WebExtension, but in principle it is probably...

This plugin causes Network Error with https://github.com/axios/axios `GET` requests that includes `Authentication` header. Please consider supporting cors headers if request is mapping or cutting off headers in some way. Occurs...

We should support the SAML 2.0 «Identity Provider Discovery Service Protocol and Profile». Specification: http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-idp-discovery.pdf

Feature request: Is it possible to add a feature to SAML tracer to add/load a private key, in order to decrypt encrypted SAML assertions? I've run into some configurations where...

When _filter resources_ is enabled, I still see (gray) lines for some png, css and js. I strongly suspect these are resources that return an 304 Not Modified HTTP response....

![image](https://user-images.githubusercontent.com/841045/33527219-fe1f0696-d84c-11e7-9731-a5b971794d64.png) See selected area.. Gotta translate encoded characters before cutting off the line.

I troubleshoot SAML on sites with lots of GET/POST noise. Would really appreciate the 'Filter Resources' to only show SAML. Seems like IF this.request.saml could be added to 'isRequestVisible'. Wish...

The other day I have been taking a glance at the Chrome Web Store to see if we could publish a new version of SAML-tracer anytime soon. I couldn't help...