simplesamlphp / SAML-tracer

Browser extension for examining SAML messages
https://addons.mozilla.org/nl/firefox/addon/saml-tracer/
BSD 2-Clause "Simplified" License
141 stars 39 forks source link

SAMLrequest not show #71

Closed ggambini closed 2 years ago

ggambini commented 2 years ago

Hello

Since last update (14 december ?), SAMLtracer on Firefox (78ESR and 95) dont show SAMLrequest, only SAMLresponse.

Regards, Gilian

tvdijen commented 2 years ago

I can confirm this @khlr

khlr commented 2 years ago

Seems to be related to the updated version of pako:

Uncaught invalid stored block lengths

I just wonder why this doesn't occour when decoding a SAMLresponse... 🤔 EDIT: It can of course also occur whith a SAMLresponse. The issue in this case is that the parameter is tranferred via GET where an inflate is performed whereas that's not done on a POST.

Anyway... I will have a closer look later. For the meantime I suggest using version 1.6 ... Sorry for this! 😐 https://addons.mozilla.org/firefox/addon/saml-tracer/versions/

thijskh commented 2 years ago

I have unpublished 1.7 at AMO for now.

khlr commented 2 years ago

This ist fixed in Version 1.7.1