latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

SSO

Parse Saml Service Provider Metadata

ParseSAMLServiceProviderMetadata parses one uploaded SAML service-provider metadata document and returns the SAML configuration it implies, without creating or changing anything. The document is not stored. Use it to preview an SP's capabilities before creating a SAML application; edit the returned configuration before passing it to Create. Only upload or paste a customer-supplied document -- C1 does not fetch metadata URLs.

post/api/v1/sso/applications/saml/parse-sp-metadata

Request body

metadataXmlstring base64 required

The SP metadata XML document, exactly as downloaded or exported from the service provider. Maximum 1 MiB. The document is parsed, never stored.

Response

SSOApplicationServiceParseSAMLServiceProviderMetadataResponse returns the SAML configuration derived from one metadata document and every finding the parser raised about it.