SAML Sign Message



Click Here to Verify SAML Signature

Your Support Matters!

Instead of directly asking for donations, I'm thrilled to offer you all nine of my books for just $9 on leanpub By grabbing this bundle you not only help cover my coffee, beer, and Amazon bills but also play a crucial role in advancing and refining this project. Your contribution is indispensable, and I'm genuinely grateful for your involvement in this journey!

Any private key value that you enter or we generate is not stored on this site, this tool is provided via an HTTPS URL to ensure that private keys cannot be stolen, for extra security run this software on your network, no cloud dependency



About SAML

  • AuthNRequest: The value of the SAMLRequest parameter is the Base64 encoding of a deflated <samlp:AuthnRequest> element.

  • SAMLResponse: The value of the SAMLResponse parameter is the base64 encoding of a <samlp:Response> element.

  • SAML Assertions SAML assertions are usually made about a subject, represented by the <Subject> element

  • SAML Protocols:: SAML Further reading

  • XML Signature Syntax and Processing : SAML assertions and SAML protocol request and response messages may be signed, if the signature is based on the SAML authority’s publicprivate key pair, non-repudiation of origin,the <ds:Signature> elements found directly within SAML assertions, requests, and responses

  • SAML and XML Encryption Syntax and Processing:: A <SubjectConfirmation> secret can be protected through the use of the <ds:KeyInfo> element within <SubjectConfirmationData>, which permits keys or other secrets to be encrypted.

    • An entire <Assertion> element may be encrypted
    • The <BaseID> or <NameID> element may be encrypted
    • An <Attribute> element may be encrypted

SAML Useful Tools