SSO · JSON Structure

Sso Saml Assertion Structure

Hierarchical structure of a SAML 2.0 Assertion for Single Sign-On

Type: object Properties: 8
AuthenticationAuthorizationIdentityOIDCSAMLSecuritySingle Sign-OnSSO

Sso Saml Assertion Structure is a JSON Structure definition published by SSO, describing 8 properties.

Properties

id version issueInstant issuer subject conditions authnStatement attributes

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SAML Assertion Structure",
  "description": "Hierarchical structure of a SAML 2.0 Assertion for Single Sign-On",
  "type": "object",
  "properties": {
    "id": {"type": "string", "description": "Unique assertion identifier"},
    "version": {"type": "string", "description": "SAML version (2.0)"},
    "issueInstant": {"type": "string", "description": "Assertion issuance timestamp"},
    "issuer": {"type": "string", "description": "IdP entity ID"},
    "subject": {
      "type": "object",
      "description": "Authenticated user subject",
      "properties": {
        "nameId": {"type": "string"},
        "nameIdFormat": {"type": "string"},
        "subjectConfirmation": {"type": "object"}
      }
    },
    "conditions": {
      "type": "object",
      "description": "Validity conditions",
      "properties": {
        "notBefore": {"type": "string"},
        "notOnOrAfter": {"type": "string"},
        "audienceRestriction": {"type": "array", "items": {"type": "string"}}
      }
    },
    "authnStatement": {
      "type": "object",
      "description": "Authentication event details",
      "properties": {
        "authnInstant": {"type": "string"},
        "sessionIndex": {"type": "string"},
        "authnContextClassRef": {"type": "string"}
      }
    },
    "attributes": {
      "type": "array",
      "description": "User attribute statements",
      "items": {
        "type": "object",
        "properties": {
          "name": {"type": "string"},
          "values": {"type": "array", "items": {"type": "string"}}
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/sso-saml-assertion-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.