SAML SSO Service API

This application provides a complete API for testing SAML (Security Assertion Markup Language) Single Sign-On flows. Use our RESTful API to validate SAML assertions, create SAML responses, and simulate IdP (Identity Provider) and SP (Service Provider) interactions.

Validate SAML Response

Paste a SAML Response along with SP and IdP metadata XML to validate and parse the response.





Generate SAML Response

Provide SP and IdP metadata XML along with a name-id to generate a SAML response for testing.





API Examples

Below are examples of how to use our API for common SAML operations. Each example shows the request and response side by side.

Validate SAML Request

Send a SAML response for validation and parsing

Endpoint

POST/api/saml/validate

Request Example

Response Example

Validation result with parsed SAML data:

Create SAML Response

Generate a new SAML response with custom attributes:

Request Example

Endpoint

POST/api/saml/create-response

Response Example