A simple static tool to decode SAML HTTP-Redirect (deflated and Base64 encoded) requests.
- Open
index.htmlin your web browser. - Paste the full URL containing the
SAMLRequest=parameter into the first textarea. - Click the Decode button.
- The decoded and formatted SAML XML request appears in the second textarea.
index.html: Main HTML page with embedded scripts and styles.jquery-3.7.1.min.js: jQuery dependency.uneval.js,base64.js,rawinflate.js,rawdeflate.js,formatxml.js: JavaScript libraries for URL decoding, base64 decoding, inflation/deflation etc.
