JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_schemas-saml",
"title": "Generic SAML",
"allOf": [
{
"$ref": "#/components/schemas/access_schemas-identity-provider"
},
{
"properties": {
"config": {
"properties": {
"attributes": {
"description": "A list of SAML attribute names that will be added to your signed JWT token and can be used in SAML policy rules.",
"example": [
"group",
"department_code",
"divison"
],
"items": {
"type": "string"
},
"type": "array"
},
"email_attribute_name": {
"description": "The attribute name for email in the SAML response.",
"example": "Email",
"type": "string"
},
"header_attributes": {
"description": "Add a list of attribute names that will be returned in the response header from the Access callback.",
"items": {
"properties": {
"attribute_name": {
"description": "attribute name from the IDP",
"type": "string"
},
"header_name": {
"description": "header that will be added on the request to the origin",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"idp_public_certs": {
"description": "X509 certificate to verify the signature in the SAML authentication response",
"items": {
"type": "string"
},
"type": "array"
},
"issuer_url": {
"description": "IdP Entity ID or Issuer URL",
"example": "https://whoami.com",
"type": "string"
},
"sign_request": {
"description": "Sign the SAML authentication request with Access credentials. To verify the signature, use the public key from the Access certs endpoints.",
"type": "boolean"
},
"sso_target_url": {
"description": "URL to send the SAML authentication requests to",
"example": "https://edgeaccess.org/idp/saml/login",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
],
"type": "object"
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-access-schemas-saml"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.