Hanzo
OpenapiO11y

Complete a generic OIDC sign-in

The callback any configured OIDC provider redirects back to.

GET /v1/o11y/complete/oidc

Addresshttps://api.hanzo.ai/v1/o11y/complete/oidc
MethodGET
Operationget_o11y_complete_oidc
AuthAuthorization: Bearer $HANZO_API_KEY

The callback any configured OIDC provider redirects back to. Same shape and same reasoning as the Google callback: the code is exchanged, the session is established, and the answer is a 303 to the console rather than a body.

UNAUTHENTICATED by necessity — this is the act of obtaining a principal, and the provider's own code is what authenticates it.

Request

GET /v1/o11y/complete/oidc takes no parameters and no body — the credential is the whole request.

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 oidc

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page