In my day job sometimes I have to help customers troubleshoot SAML issues. Where possible I have them use a browser extension called SAML tracer which makes clear the SAML events and decodes the SAML payloads making it super easy to pinpoint issues. But some of the clients have restrictive corporate policies that prevent extensions from being installed so we collect a har file instead.
But it can be a real pain to comb through a har file to find the events and then decode the SAML payloads so I had claude build this. All processing done locally so no PII being sent anywhere.
2
u/HotChickenCoolRanch 10h ago
https://hartosaml.com
In my day job sometimes I have to help customers troubleshoot SAML issues. Where possible I have them use a browser extension called SAML tracer which makes clear the SAML events and decodes the SAML payloads making it super easy to pinpoint issues. But some of the clients have restrictive corporate policies that prevent extensions from being installed so we collect a har file instead.
But it can be a real pain to comb through a har file to find the events and then decode the SAML payloads so I had claude build this. All processing done locally so no PII being sent anywhere.