Hanzo
OpenapiO11y

Complete a SAML sign-in

The assertion consumer service: the identity provider POSTs its signed assertion here, and a valid one establishes the session and answers 303 to the…

POST /v1/o11y/complete/saml

Addresshttps://api.hanzo.ai/v1/o11y/complete/saml
MethodPOST
Operationpost_o11y_complete_saml
AuthAuthorization: Bearer $HANZO_API_KEY

The assertion consumer service: the identity provider POSTs its signed assertion here, and a valid one establishes the session and answers 303 to the console.

A redirect, not a value, so it is not a typed operation. UNAUTHENTICATED by necessity and authenticated in fact by the assertion's signature, which is checked against the configured provider before any session exists.

Request

The document declares no body for POST /v1/o11y/complete/saml. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_o11y_complete_saml, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo o11y complete saml

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page