Home Terms & Conditions Privacy Policy Documentation Contact About

← Return to SAML Test Tools

The IdP's SAML response, captured by the Assertion Consumer Service. The full SAMLResponse is shown below; the extracted Assertion pane has an XML view and an Attributes view (the assertion attributes, including the NameID, in tabular form).

SAMLResponse
 
Assertion (extracted)
 
Decrypt (EncryptedAssertion / EncryptedData)

If the response carries a <saml:EncryptedAssertion> (or a message-level <xenc:EncryptedData>), decrypt it in the browser with the recipient (SP) private key. Prefilled from the SP key on the SAML Test Tools page.

Tools

Standalone utilities for working with SAML and its XML security layers.

SAML Assertion Tool — compose a spec-compliant SAML 1.0/1.1/2.0 assertion (optional elements, NameID, custom attributes), sign it with XML Signature, and encrypt it with XML Encryption.
Certificate Details — parse an X.509 certificate (PEM or bare base64 DER) and inspect its subject, issuer, validity, key, extensions, and fingerprints.
Operations History

The same log kept on the SAML Test Tools page — every attempted call to the IdP, newest first. This page is where a dispatched call is closed out: when a response is rendered above, its pending Sent entry becomes Success or Failure according to the response's <samlp:StatusCode>.